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 65ce29c commit 207557aCopy full SHA for 207557a
Dockerfile
@@ -26,7 +26,7 @@ COPY requirements.txt .
26
RUN pip install -r requirements.txt
27
28
# FROM python:3.12.0b3-slim@sha256:8e3ef64883278384c49293caf631d614b4bfdac7bb494d44e17cf2d711ce2652
29
-FROM python:3.10-slim@sha256:2bac43769ace90ebd3ad83e5392295e25dfc58e58543d3ab326c3330b505283d
+FROM python:3.10-slim@sha256:0c33c8b37543c88c8351535953bd942fdc5d5e13c020ae52cfcea575c4462010
30
31
RUN groupadd -g 999 python && \
32
useradd -r -u 999 -g python python
0 commit comments