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 bd82cb2 commit d2db5d8Copy full SHA for d2db5d8
Dockerfile
@@ -1,4 +1,5 @@
1
-FROM python:3.11-slim as base
+ARG PYTHON_VERSION=3.11
2
+FROM python:$PYTHON_VERSION-slim as base
3
ARG UID=2000
4
ARG GID=2000
5
RUN addgroup --gid $GID nonroot && \
0 commit comments