push to alpine 3.18

This commit is contained in:
Sebastian Hugentobler 2023-05-30 10:03:38 +02:00
parent a1b46c61d6
commit 85f12c672b
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

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