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 43a2e19 commit 646e212Copy full SHA for 646e212
.devcontainer/Dockerfile
@@ -3,7 +3,7 @@ ARG VARIANT="3"
3
FROM mcr.microsoft.com/vscode/devcontainers/python:${VARIANT}
4
5
ARG POETRY_VERSION="1.3.1"
6
-ARG POETRY_SRC="https://raw.githubusercontent.com/python-poetry/poetry/main/install-poetry.py"
+ARG POETRY_SRC="https://install.python-poetry.org"
7
8
USER vscode
9
WORKDIR /home/vscode
0 commit comments