We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f589bb commit fb47b76Copy full SHA for fb47b76
.container/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.10-bullseye
+FROM python:3.10-bookworm
2
3
# Install Poetry
4
RUN curl -sSL https://install.python-poetry.org | python3 - && \
.container/minimal_build/Dockerfile
0 commit comments