Update to Alpine 3.19

This commit is contained in:
Peter
2023-12-13 18:39:21 +01:00
committed by DerLinkman
parent 89540aec28
commit 5896766fc3
7 changed files with 11 additions and 7 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
FROM alpine:3.17
FROM alpine:3.19
LABEL maintainer "The Infrastructure Company GmbH <info@servercow.de>"
ARG PIP_BREAK_SYSTEM_PACKAGES=1
WORKDIR /app
RUN apk add --update --no-cache python3 \