Skip to content

Commit 3bc3634

Browse files
committed
Update poetry version in Docker build
1 parent 8cdd53e commit 3bc3634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM registry.hub.docker.com/library/python:3.10.1-bullseye AS build
22

33
WORKDIR /flapy_build
44

5-
ENV POETRY_VERSION="1.1.8"
5+
ENV POETRY_VERSION="1.8.3"
66

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

0 commit comments

Comments
 (0)