Skip to content

Commit

Permalink
chore(deps): bump library/python from 3.12-alpine3.20 to 3.13-alpine3.20
Browse files Browse the repository at this point in the history
Bumps library/python from 3.12-alpine3.20 to 3.13-alpine3.20.

---
updated-dependencies:
- dependency-name: library/python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 085523d commit 517ce0c
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
@@ -1,5 +1,5 @@
# Base container
FROM docker.io/library/python:3.12-alpine3.20@sha256:38e179a0f0436c97ecc76bcd378d7293ab3ee79e4b8c440fdc7113670cb6e204 AS base
FROM docker.io/library/python:3.13-alpine3.20@sha256:c38ead8bcf521573dad837d7ecfdebbc87792202e89953ba8b2b83a9c5a520b6 AS base

RUN --mount=target=/var/cache/apk,type=cache,sharing=locked --mount=target=/root/.cache/pip,type=cache,sharing=locked \
apk update \
Expand Down

0 comments on commit 517ce0c

Please sign in to comment.