We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e799b5 commit afdf2d1Copy full SHA for afdf2d1
Dockerfile
@@ -67,7 +67,7 @@ RUN pipenv sync --clear --verbose
67
68
# The version of Python used here should match the version of the Alpine
69
# python3 package installed in the compile-stage.
70
-FROM python:3.10.10-alpine3.17 as build-stage
+FROM python:3.12.0-alpine3.17 as build-stage
71
72
# Unprivileged user information
73
ARG CISA_UID=2048
0 commit comments