Skip to content

Commit 46db14b

Browse files
Update python Docker tag to v3.14
Update python from 3.13 to 3.14 Change-type: patch
1 parent 6fbd108 commit 46db14b

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)