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.
2 parents 75ee4c1 + e1e7eb3 commit 9f2038cCopy full SHA for 9f2038c
base/Dockerfile
@@ -10,7 +10,7 @@ ENV XDG_CONFIG_HOME=/opt/settings
10
COPY dev_requirements.txt /dev_requirements.txt
11
12
COPY switch_python /usr/bin/switch_python
13
-ARG PYTHON_VERSION=3.8
+ARG PYTHON_VERSION=3.9
14
RUN switch_python "$PYTHON_VERSION"
15
16
RUN pip3 install -r dev_requirements.txt
base/switch_python
@@ -3,8 +3,8 @@
3
set -e
4
5
NEWV=$1
6
-if [[ "$NEWV" == "3.8" ]]; then
7
- echo "using default python 3.8"
+if [[ "$NEWV" == "3.9" ]]; then
+ echo "using default python 3.9"
8
exit 0
9
fi
0 commit comments