os: updated alpine containers to 3.21

This commit is contained in:
DerLinkman
2025-03-10 11:56:12 +01:00
parent 86df78255d
commit 0860a7503e
9 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21
LABEL maintainer = "The Infrastructure Company GmbH <info@servercow.de>"
@@ -15,7 +15,7 @@ RUN apk upgrade --no-cache \
tini \
tzdata \
python3 \
acme-tiny --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/
acme-tiny
COPY acme.sh /srv/acme.sh
COPY functions.sh /srv/functions.sh