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 fa7277dCopy full SHA for fa7277d
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:25f03d17398b3f001e040fc951b4ee9404862f1b65c5eea1aa31c042dfdab527
30
31
RUN groupadd -g 999 python && \
32
useradd -r -u 999 -g python python
0 commit comments