Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 841d436

Browse files
authored
Update poetry source in devcontainer build (#103)
1 parent 1a165ac commit 841d436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

+1-1
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/master/install-poetry.py"
6+
ARG POETRY_SRC="https://install.python-poetry.org"
77

88
RUN apt-get update \
99
&& apt-get install -y ca-certificates curl gnupg lsb-release \

0 commit comments

Comments
 (0)