Skip to content

Commit bbe4986

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 81d12ab commit bbe4986

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
@@ -72,7 +72,7 @@ RUN pipenv check --verbose \
7272

7373
# The version of Python used here should match the version of the Alpine
7474
# python3 package installed in the compile-stage.
75-
FROM docker.io/library/python:3.12.11-alpine3.22 AS build-stage
75+
FROM docker.io/library/python:3.14.0-alpine3.22 AS build-stage
7676

7777
###
7878
# For a list of pre-defined annotation keys and value types see:

0 commit comments

Comments
 (0)