Skip to content

Commit f849208

Browse files
chore(deps): update docker.io/library/python docker tag to v3.13.5 (#86)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f3bba6 commit f849208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
# Python base image <https://hub.docker.com/_/python>
4-
FROM docker.io/library/python:3.13.4-alpine
4+
FROM docker.io/library/python:3.13.5-alpine
55

66
# cookiecutter works with current working
77
WORKDIR /workdir

0 commit comments

Comments
 (0)