Skip to content

Commit 646e212

Browse files
committed
Update POETRY_SRC
1 parent 43a2e19 commit 646e212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG VARIANT="3"
33
FROM mcr.microsoft.com/vscode/devcontainers/python:${VARIANT}
44

55
ARG POETRY_VERSION="1.3.1"
6-
ARG POETRY_SRC="https://raw.githubusercontent.com/python-poetry/poetry/main/install-poetry.py"
6+
ARG POETRY_SRC="https://install.python-poetry.org"
77

88
USER vscode
99
WORKDIR /home/vscode

0 commit comments

Comments
 (0)