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 df41c3e + dfc008b commit 97e0715Copy full SHA for 97e0715
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.9 as final
+FROM python:3.10 as final
2
3
USER root
4
@@ -12,4 +12,4 @@ RUN export DEBIAN_FRONTEND=noninteractive \
12
&& mv composer.phar /usr/local/bin/composer \
13
&& npm install svgexport -g \
14
&& rm -f /tmp/composer-setup.php \
15
- && rm -rf /var/lib/apt/lists/*
+ && rm -rf /var/lib/apt/lists/*
0 commit comments