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 bc16e9e commit f4cf827Copy full SHA for f4cf827
Dockerfile
@@ -29,7 +29,7 @@ COPY requirements.txt .
29
RUN pip install -r requirements.txt
30
31
# FROM python:3.12.0b3-slim@sha256:8e3ef64883278384c49293caf631d614b4bfdac7bb494d44e17cf2d711ce2652
32
-FROM python:3.10-slim@sha256:2bac43769ace90ebd3ad83e5392295e25dfc58e58543d3ab326c3330b505283d
+FROM python:3.10-slim@sha256:b3c8713aaafcda2f75bedf66b873b2a26737cc8f57534cdfbc6508f91c5e03f1
33
34
RUN groupadd -g 999 python && \
35
useradd -r -u 999 -g python python
0 commit comments