Skip to content

Commit 34dcef8

Browse files
chore(deps): update python docker tag to v3.13
1 parent fe3e2f0 commit 34dcef8

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,6 +1,6 @@
11
# The devcontainer should use the developer target and run as root with podman
22
# or docker with user namespaces.
3-
ARG PYTHON_VERSION=3.12@sha256:645df645815f1403566b103b2a2bb07f6a01516bbb15078ed004e41d198ba194
3+
ARG PYTHON_VERSION=3.13@sha256:68d0775234842868248bfe185eece56e725d3cb195f511a21233d0f564dee501
44
FROM python:${PYTHON_VERSION} AS developer
55

66
# Add any system dependencies for the developer/build environment here

0 commit comments

Comments
 (0)