Skip to content

Commit

Permalink
Update and pin poetry version in devcontainer (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort authored Nov 27, 2021
1 parent aa3de78 commit ea3a38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VARIANT="3"
FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}

RUN su vscode -c "pipx install poetry" 2>&1
RUN su vscode -c "pipx install poetry==1.1.11" 2>&1

0 comments on commit ea3a38e

Please sign in to comment.