use alpine 3.20
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 0s

This commit is contained in:
Sebastian Hugentobler 2024-05-27 10:32:22 +02:00
parent 48ad6073a1
commit be3de2bd8f
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,4 +1,4 @@
FROM docker.io/alpine:3.19 AS builder FROM docker.io/alpine:3.20 AS builder
LABEL maintainer="Sebastian Hugentobler <sebastian@vanwa.ch>" LABEL maintainer="Sebastian Hugentobler <sebastian@vanwa.ch>"
RUN apk --no-cache add \ RUN apk --no-cache add \
@ -22,7 +22,7 @@ RUN eval "echo \"\${S6_HASH_$(arch)} s6-overlay-$(arch).tar.xz\" | sha256sum -c
RUN tar xf s6-overlay-$(arch).tar.xz -C /overlay --strip 1 RUN tar xf s6-overlay-$(arch).tar.xz -C /overlay --strip 1
FROM docker.io/alpine:3.19 FROM docker.io/alpine:3.20
ENV LANG=en_US.UTF-8 ENV LANG=en_US.UTF-8
ENV S6_KEEP_ENV=1 ENV S6_KEEP_ENV=1