Skip to content

Commit aacd910

Browse files
committed
chore(devcontainer): use python 3.9
Signed-off-by: Vladislav Polyakov <polRk@ydb.tech>
1 parent 51f0ac2 commit aacd910

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)