Skip to content

Commit ec10fcb

Browse files
committed
chore(devcontainer): use python 3.9
Signed-off-by: Vladislav Polyakov <[email protected]>
1 parent 2b0d24a commit ec10fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

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:3.12-bookworm
1+
FROM mcr.microsoft.com/devcontainers/python:3.9-bookworm
22

33
# [Optional] Uncomment if you want to install more tools
44
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \

0 commit comments

Comments
 (0)