Skip to content

Commit 60468e6

Browse files
authored
Update Python base image in devcontainer to version 3.13 (#310)
1 parent aa8e25b commit 60468e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/python:1-3.12
1+
FROM mcr.microsoft.com/devcontainers/python:1-3.13
22

33
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
44

0 commit comments

Comments
 (0)