Update Dockerfile.experimental to use Alpine Linux 3.20
authorCode-Otto <redacted>
Tue, 25 Jun 2024 20:27:21 +0000 (22:27 +0200)
committerCode-Otto <redacted>
Tue, 25 Jun 2024 20:27:21 +0000 (22:27 +0200)
Dockerfile.experimental

index da7e5005bb4b146e407142d768701003db567e61..0c68b9cd05e566df62336a7da5b28d5d905813d5 100644 (file)
@@ -22,7 +22,7 @@ COPY client ./client
 RUN npm run build\r
 \r
 # Pipenv Build Container\r
-FROM python:3.11-alpine3.19 as pipenv-build\r
+FROM python:3.11-alpine3.20 as pipenv-build\r
 \r
 ARG BUILD_DIR\r
 \r
@@ -40,7 +40,7 @@ RUN pipenv install --deploy --ignore-pipfile && \
     pipenv --clear\r
 \r
 # Runtime Container\r
-FROM python:3.11-alpine3.19\r
+FROM python:3.11-alpine3.20\r
 \r
 ARG BUILD_DIR\r
 \r
git clone https://git.99rst.org/PROJECT