Skip to content

Commit 80ab807

Browse files
Bump library/python from 3.12.11-alpine3.22 to 3.14.0-alpine3.22
Bumps library/python from 3.12.11-alpine3.22 to 3.14.0-alpine3.22. --- updated-dependencies: - dependency-name: library/python dependency-version: 3.14.0-alpine3.22 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9f1e22 commit 80ab807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ RUN pipenv check --verbose \
8181
#
8282
# Official Docker images are in the form library/<app> while non-official
8383
# images are in the form <user>/<app>.
84-
FROM docker.io/library/python:3.12.12-alpine3.22 AS build-stage
84+
FROM docker.io/library/python:3.14.0-alpine3.22 AS build-stage
8585

8686
###
8787
# For a list of pre-defined annotation keys and value types see:

0 commit comments

Comments
 (0)