Skip to content

Commit

Permalink
Bump library/python from 3.12.8-alpine3.21 to 3.13.1-alpine3.21
Browse files Browse the repository at this point in the history
Bumps library/python from 3.12.8-alpine3.21 to 3.13.1-alpine3.21.

---
updated-dependencies:
- dependency-name: library/python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent e0869c1 commit 2d1a589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN pipenv check --verbose \

# The version of Python used here should match the version of the Alpine
# python3 package installed in the compile-stage.
FROM docker.io/library/python:3.12.8-alpine3.21 AS build-stage
FROM docker.io/library/python:3.13.1-alpine3.21 AS build-stage

###
# For a list of pre-defined annotation keys and value types see:
Expand Down

0 comments on commit 2d1a589

Please sign in to comment.