Skip to content

Commit 1436639

Browse files
authored
Update Dockerfile.latest to alpine 3.18
1 parent 622ae23 commit 1436639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfiles/Dockerfile.latest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN set -eux \
3030
&& find /usr/lib/ -name '*.pyc' -print0 | xargs -0 -n1 rm -rf
3131

3232

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

0 commit comments

Comments
 (0)