Alpine 3.18

This commit is contained in:
J0WI 2023-05-10 11:55:51 +02:00
parent 50e34be1d8
commit 6d846b660c
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{{ if env.variant == "musl" then ( -}}
FROM alpine:3.17
FROM alpine:3.18
RUN set -eux; \
apk add --no-cache \

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.17
FROM alpine:3.18
RUN set -eux; \
apk add --no-cache \

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.17
FROM alpine:3.18
RUN set -eux; \
apk add --no-cache \