Skip to content

Commit e3b44f7

Browse files
Bump library/python from 3.13.2-alpine3.21 to 3.13.3-alpine3.21
Bumps library/python from 3.13.2-alpine3.21 to 3.13.3-alpine3.21. --- updated-dependencies: - dependency-name: library/python dependency-version: 3.13.3-alpine3.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a201d4 commit e3b44f7

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.2-alpine3.21 AS compile-stage
3+
FROM docker.io/library/python:3.13.3-alpine3.21 AS compile-stage
44

55
###
66
# Unprivileged user variables
@@ -53,7 +53,7 @@ RUN pipenv check --verbose \
5353

5454
# Official Docker images are in the form library/<app> while non-official
5555
# images are in the form <user>/<app>.
56-
FROM docker.io/library/python:3.13.2-alpine3.21 AS build-stage
56+
FROM docker.io/library/python:3.13.3-alpine3.21 AS build-stage
5757

5858
###
5959
# For a list of pre-defined annotation keys and value types see:

0 commit comments

Comments
 (0)