Skip to content

Commit

Permalink
chore: Bump Poetry in test Docker images to 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxG87 committed Dec 2, 2024
1 parent 936c24e commit c3a4c10
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/python3.10
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt update && \
apt autoclean

# Setup Poetry
ENV POETRY_VERSION=1.8.3
ENV POETRY_VERSION=1.8.4
RUN python3 -m pip install "poetry==$POETRY_VERSION"
ENV PATH=$PATH:/root/.poetry/bin

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/python3.11
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt update && \
apt autoclean

# Setup Poetry
ENV POETRY_VERSION=1.8.3
ENV POETRY_VERSION=1.8.4
RUN python3 -m pip install "poetry==$POETRY_VERSION"
ENV PATH=$PATH:/root/.poetry/bin

Expand Down
3 changes: 1 addition & 2 deletions dockerfiles/python3.12
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ RUN apt update && \
apt autoclean

# Setup Poetry
ENV POETRY_VERSION=1.8.3
ENV POETRY_VERSION=1.8.4
RUN python3 -m pip install "poetry==$POETRY_VERSION"
ENV PATH=$PATH:/root/.poetry/bin


# Setup production dependencies
WORKDIR /project
COPY pyproject.toml poetry.lock ./
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/python3.8
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt update && \
apt autoclean

# Setup Poetry
ENV POETRY_VERSION=1.8.3
ENV POETRY_VERSION=1.8.4
RUN python3 -m pip install "poetry==$POETRY_VERSION"
ENV PATH=$PATH:/root/.poetry/bin

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/python3.9
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt update && \
apt autoclean

# Setup Poetry
ENV POETRY_VERSION=1.8.3
ENV POETRY_VERSION=1.8.4
RUN python3 -m pip install "poetry==$POETRY_VERSION"
ENV PATH=$PATH:/root/.poetry/bin

Expand Down

0 comments on commit c3a4c10

Please sign in to comment.