Skip to content

Commit

Permalink
docker: bump poetry version
Browse files Browse the repository at this point in the history
Signed-off-by: pamfilos <[email protected]>
  • Loading branch information
pamfilos committed Oct 30, 2024
1 parent c22129d commit 7d587b9
Show file tree
Hide file tree
Showing 3 changed files with 351 additions and 360 deletions.
2 changes: 1 addition & 1 deletion compose/local/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
&& rm -rf /var/lib/apt/lists/*

ARG POETRY_VERSION
ENV POETRY_VERSION="${POETRY_VERSION:-1.4.2}"
ENV POETRY_VERSION="${POETRY_VERSION:-1.8.4}"
RUN curl -sSL https://install.python-poetry.org \
| python - --version "${POETRY_VERSION}" \
&& poetry --version
Expand Down
2 changes: 1 addition & 1 deletion compose/production/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
&& rm -rf /var/lib/apt/lists/*

ARG POETRY_VERSION
ENV POETRY_VERSION="${POETRY_VERSION:-1.4.2}"
ENV POETRY_VERSION="${POETRY_VERSION:-1.8.4}"
RUN curl -sSL https://install.python-poetry.org \
| python - --version "${POETRY_VERSION}" \
&& poetry --version
Expand Down
Loading

0 comments on commit 7d587b9

Please sign in to comment.