Skip to content

Commit

Permalink
Merge branch 'main' into change-tdw-naming
Browse files Browse the repository at this point in the history
  • Loading branch information
swcurran authored Jan 7, 2025
2 parents a10c940 + 0ad56e0 commit 642d514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG VARIANT="3.12"
FROM mcr.microsoft.com/devcontainers/python:${VARIANT}

ARG POETRY_VERSION="1.4"
ARG POETRY_VERSION="1.8.3"
ENV POETRY_HOME="/opt/poetry" \
POETRY_VERSION=${POETRY_VERSION}

Expand All @@ -17,5 +17,5 @@ RUN curl -sSL https://install.python-poetry.org | python3 - \

COPY pyproject.toml poetry.lock ./
RUN poetry config virtualenvs.create false \
&& poetry install --no-root --no-interaction -E "askar didcommv2" \
&& poetry install --no-root --no-interaction -E "didcommv2" \
&& rm -rf /root/.cache/pypoetry

0 comments on commit 642d514

Please sign in to comment.