Skip to content

Commit 97e0715

Browse files
authored
Merge pull request #12922 from nextcloud/fix/devcontainer-python-version
fix(devcontainer): upgrade Python to match minimal requirements
2 parents df41c3e + dfc008b commit 97e0715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9 as final
1+
FROM python:3.10 as final
22

33
USER root
44

@@ -12,4 +12,4 @@ RUN export DEBIAN_FRONTEND=noninteractive \
1212
&& mv composer.phar /usr/local/bin/composer \
1313
&& npm install svgexport -g \
1414
&& rm -f /tmp/composer-setup.php \
15-
&& rm -rf /var/lib/apt/lists/*
15+
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)