Skip to content

Commit d2db5d8

Browse files
committed
Make python version as argument
1 parent bd82cb2 commit d2db5d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM python:3.11-slim as base
1+
ARG PYTHON_VERSION=3.11
2+
FROM python:$PYTHON_VERSION-slim as base
23
ARG UID=2000
34
ARG GID=2000
45
RUN addgroup --gid $GID nonroot && \

0 commit comments

Comments
 (0)