diff --git a/Dockerfile b/Dockerfile index 2009fa4fc..3598d062b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.12-alpine3.22@sha256:d82291d418d5c47f267708393e40599ae836f2260b0519dd38670e9d281657f5 AS pipenv +FROM python:3.13.11-alpine3.22 RUN apk add --no-cache shadow # UID of current user who runs the build ARG user_id @@ -35,4 +35,4 @@ RUN pipenv --python "$(which python)" install --no-cache-dir --ignore-pipfile -- ENTRYPOINT ["/usr/local/bin/pipenv"] FROM mvdan/shfmt@sha256:caa0324bdba08f42452a19e6a8462dda9852a1e43ad16185ec3d1ad66524a504 AS shfmt -ENTRYPOINT ["/bin/shfmt"] \ No newline at end of file +ENTRYPOINT ["/bin/shfmt"]