Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent eafe720 commit 3fd6209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Official Docker images are in the form library/<app> while non-official
# images are in the form <user>/<app>.
FROM docker.io/library/python:3.13.1-alpine3.20 AS compile-stage
FROM docker.io/library/python:3.13.2-alpine3.20 AS compile-stage

###
# Unprivileged user variables
Expand Down Expand Up @@ -53,7 +53,7 @@ RUN pipenv check --verbose \

# Official Docker images are in the form library/<app> while non-official
# images are in the form <user>/<app>.
FROM docker.io/library/python:3.13.1-alpine3.20 AS build-stage
FROM docker.io/library/python:3.13.2-alpine3.20 AS build-stage

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

0 comments on commit 3fd6209

Please sign in to comment.