Skip to content

Commit 62ae34d

Browse files
Bump python from 3.12.7-alpine3.20 to 3.13.1-alpine3.20
Bumps python from 3.12.7-alpine3.20 to 3.13.1-alpine3.20. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8fb7e9e commit 62ae34d

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
@@ -64,7 +64,7 @@ RUN pipenv sync --clear --verbose
6464

6565
# The version of Python used here should match the version of the Alpine
6666
# python3 package installed in the compile-stage.
67-
FROM python:3.12.7-alpine3.20 as build-stage
67+
FROM python:3.13.1-alpine3.20 as build-stage
6868

6969
# Unprivileged user information
7070
ARG CISA_UID=2048

0 commit comments

Comments
 (0)