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 74f97e2Copy full SHA for 74f97e2
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:62b3f07d5a8493b1c2239217d044be96ece68fba271610e58bbce76ea344cc35
33
34
RUN groupadd -g 999 python && \
35
useradd -r -u 999 -g python python
0 commit comments