Skip to content

Commit

Permalink
chore(deps): update docker.io/library/python docker tag to v3.13 (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 929fb1c commit d647b46
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,4 +1,4 @@
FROM docker.io/library/python:3.12-alpine AS base
FROM docker.io/library/python:3.13-alpine AS base

FROM base AS pip
WORKDIR /install
Expand Down

0 comments on commit d647b46

Please sign in to comment.