diff --git a/Dockerfile b/Dockerfile index da1c332..c7f1da0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/python:3.11.2-alpine3.16 +FROM amd64/python:3.11.3-alpine3.16 RUN apk add --no-cache git WORKDIR ./ ARG PUID=1000