push alpine version to 3.16

This commit is contained in:
Sebastian Hugentobler 2022-07-12 18:29:51 +02:00
parent a29da4e274
commit ab9dc63d98

View File

@ -1,7 +1,7 @@
FROM alpine:3.15 AS builder
FROM docker.io/alpine:3.16 AS builder
LABEL maintainer="Sebastian Hugentobler <sebastian@vanwa.ch>"
ENV S6_OVERLAY_VERSION=2ef4d7a44b6b9c5829544241e1ea3dc247032599
ENV S6_OVERLAY_VERSION=v3.1.1.2
RUN apk --no-cache add \
git \
@ -17,7 +17,7 @@ RUN git checkout "$S6_OVERLAY_VERSION"
RUN make ARCH=x86_64-linux-musl
FROM alpine:3.15
FROM docker.io/alpine:3.16
ENV LANG=en_US.UTF-8
ENV S6_KEEP_ENV=1