We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cdd53e commit 3bc3634Copy full SHA for 3bc3634
Dockerfile
@@ -2,7 +2,7 @@ FROM registry.hub.docker.com/library/python:3.10.1-bullseye AS build
2
3
WORKDIR /flapy_build
4
5
-ENV POETRY_VERSION="1.1.8"
+ENV POETRY_VERSION="1.8.3"
6
7
# Python shall not write the byte code to *.pyc files; they cannot be cached between
8
# runs of the container anyway, hence we save the required time and resources for that
0 commit comments