Skip to content

Commit 7da4b0d

Browse files
authored
Merge pull request #244 from cisagov/dependabot/docker/library/python-3.13.7-alpine3.22
Bump library/python from 3.13.5-alpine3.22 to 3.13.7-alpine3.22
2 parents 725caab + b6c32f2 commit 7da4b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Official Docker images are in the form library/<app> while non-official
22
# images are in the form <user>/<app>.
3-
FROM docker.io/library/python:3.13.5-alpine3.22 AS compile-stage
3+
FROM docker.io/library/python:3.13.7-alpine3.22 AS compile-stage
44

55
###
66
# Unprivileged user variables
@@ -51,7 +51,7 @@ RUN pipenv install --clear --deploy --extra-pip-args "--no-cache-dir" --verbose
5151

5252
# Official Docker images are in the form library/<app> while non-official
5353
# images are in the form <user>/<app>.
54-
FROM docker.io/library/python:3.13.5-alpine3.22 AS build-stage
54+
FROM docker.io/library/python:3.13.7-alpine3.22 AS build-stage
5555

5656
###
5757
# For a list of pre-defined annotation keys and value types see:

0 commit comments

Comments
 (0)