[chore] Update Dockerfile to newer Alpine version

This commit is contained in:
Daniele Sluijters 2024-04-22 16:09:46 +02:00
parent 487374c410
commit d94eceb3ee
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ RUN yarn --cwd ./web/source install && \
rm -rf ./web/source
# stage 3: build the executor container
FROM --platform=${TARGETPLATFORM} alpine:3.17.2 as executor
FROM --platform=${TARGETPLATFORM} alpine:3.19.1 as executor
# switch to non-root user:group for GtS
USER 1000:1000