We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb7e9e commit 62ae34dCopy full SHA for 62ae34d
Dockerfile
@@ -64,7 +64,7 @@ RUN pipenv sync --clear --verbose
64
65
# The version of Python used here should match the version of the Alpine
66
# python3 package installed in the compile-stage.
67
-FROM python:3.12.7-alpine3.20 as build-stage
+FROM python:3.13.1-alpine3.20 as build-stage
68
69
# Unprivileged user information
70
ARG CISA_UID=2048
0 commit comments