diff --git a/Dockerfile b/Dockerfile index a23fa89..4526766 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-alpine +FROM python:3.12.0a1-alpine RUN set -eux; \ apk add git shadow su-exec; \