Skip to content

Commit d765eab

Browse files
chore(deps): update docker.io/library/python docker tag to v3.14.2 (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a920b6 commit d765eab

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.14.1-alpine
4+
FROM docker.io/library/python:3.14.2-alpine
55

66
# cookiecutter works with current working
77
WORKDIR /workdir

0 commit comments

Comments
 (0)