Skip to content

Commit

Permalink
Update poetry version in Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberma committed Jan 26, 2025
1 parent 8cdd53e commit 3bc3634
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 @@ -2,7 +2,7 @@ FROM registry.hub.docker.com/library/python:3.10.1-bullseye AS build

WORKDIR /flapy_build

ENV POETRY_VERSION="1.1.8"
ENV POETRY_VERSION="1.8.3"

# Python shall not write the byte code to *.pyc files; they cannot be cached between
# runs of the container anyway, hence we save the required time and resources for that
Expand Down

0 comments on commit 3bc3634

Please sign in to comment.