Update Docker image to Alpine 3.17

This commit is contained in:
Tulir Asokan
2022-11-26 22:08:08 +02:00
parent 89985740fd
commit 4941bb2366
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.17
ENV UID=1337 \
GID=1337