Skip to content

Commit

Permalink
Update python Docker tag to v3.13.1
Browse files Browse the repository at this point in the history
Update python from 3.13.0 to 3.13.1

Change-type: patch
  • Loading branch information
balena-renovate[bot] authored Dec 19, 2024
1 parent 5197be8 commit 619c6e4
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,6 +1,6 @@
FROM minio/mc:RELEASE.2024-11-05T11-29-45Z AS mc

FROM python:3.13.0-alpine
FROM python:3.13.1-alpine

# hadolint ignore=DL3018
RUN apk add --no-cache bash yq
Expand Down

0 comments on commit 619c6e4

Please sign in to comment.