Skip to content

Commit

Permalink
Merge pull request #880 from projectsyn/renovate/python-poetry-poetry…
Browse files Browse the repository at this point in the history
…-1.x

Update dependency python-poetry/poetry to v1.7.0
  • Loading branch information
simu committed Nov 6, 2023
2 parents 9b3e73e + c3d511b commit 72e2f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM base AS builder

ENV PATH=${PATH}:${HOME}/.local/bin

ARG POETRY_VERSION=1.6.1
ARG POETRY_VERSION=1.7.0
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
curl \
Expand Down

0 comments on commit 72e2f9a

Please sign in to comment.