Skip to content

Commit

Permalink
Update Dockerfile.latest to alpine 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkuba authored Aug 29, 2023
1 parent 622ae23 commit 1436639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.latest
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN set -eux \
&& find /usr/lib/ -name '*.pyc' -print0 | xargs -0 -n1 rm -rf


FROM alpine:3.16 as production
FROM alpine:3.18 as production
ARG VERSION
# https://github.com/opencontainers/image-spec/blob/master/annotations.md
#LABEL "org.opencontainers.image.created"=""
Expand Down

0 comments on commit 1436639

Please sign in to comment.