We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015443d commit a6c3533Copy full SHA for a6c3533
1 file changed
.devcontainer/docker-compose.yml
@@ -12,7 +12,7 @@ services:
12
context: .
13
dockerfile: .devcontainer/Dockerfile
14
args:
15
- - PY_VER=${PY_VER:-3.8}
+ - PY_VER=${PY_VER:-3.11}
16
- DISTRO=${DISTRO:-buster}
17
18
volumes:
0 commit comments