Skip to content

Commit afdf2d1

Browse files
Bump python from 3.10.10-alpine3.17 to 3.12.0-alpine3.17
Bumps python from 3.10.10-alpine3.17 to 3.12.0-alpine3.17. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e799b5 commit afdf2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN pipenv sync --clear --verbose
6767

6868
# The version of Python used here should match the version of the Alpine
6969
# python3 package installed in the compile-stage.
70-
FROM python:3.10.10-alpine3.17 as build-stage
70+
FROM python:3.12.0-alpine3.17 as build-stage
7171

7272
# Unprivileged user information
7373
ARG CISA_UID=2048

0 commit comments

Comments
 (0)