Skip to content

Commit b5f77f0

Browse files
committed
Update devcontainer to Python 3.12
1 parent 3ba3282 commit b5f77f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BUILD_FROM BUILD_FROM_TAG
2-
FROM python:3.11-slim
2+
FROM python:3.12-slim
33

44
ENV DEVCONTAINER=true
55

0 commit comments

Comments
 (0)