We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6321314 commit d798191Copy full SHA for d798191
.devcontainer/Dockerfile
@@ -1,4 +1,6 @@
1
-FROM python:3.10
+ARG PYTHON_VERSION=3.11
2
+
3
+FROM python:${PYTHON_VERSION}
4
5
ENV PYTHONDONTWRITEBYTECODE=1 \
6
PYTHONUNBUFFERED=1 \
0 commit comments