Skip to content

Commit c1a2420

Browse files
Merge pull request #62 from balena-io-examples/renovate/python-3.x
Update python Docker tag to v3.14
2 parents 6fbd108 + 46db14b commit c1a2420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# see more about dockerfile templates here: https://www.balena.io/docs/learn/develop/dockerfile/
2-
FROM python:3.13-slim-bookworm
2+
FROM python:3.14-slim-bookworm
33

44
# Set our working directory
55
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)