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 6a41af3 commit 8651561Copy full SHA for 8651561
1 file changed
Dockerfile
@@ -1,4 +1,5 @@
1
-FROM python:3.11.9-slim-bullseye
+ARG PYTHON_VERSION=3.11.9
2
+FROM python:${PYTHON_VERSION}-slim-bullseye
3
4
RUN apt-get update
5
RUN pip install poetry
0 commit comments