We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a1850 commit 79d95d9Copy full SHA for 79d95d9
1 file changed
Dockerfile
@@ -9,7 +9,7 @@ COPY poetry.lock pyproject.toml /app/
9
RUN poetry config virtualenvs.in-project true && \
10
poetry install --no-ansi
11
12
-FROM python:3.12-slim@sha256:7026274c107626d7e940e0e5d6730481a4600ae95d5ca7eb532dd4180313fea9
+FROM python:3.12-slim@sha256:3d5ed973e45820f5ba5e46bd065bd88b3a504ff0724d85980dcd05eab361fcf4
13
14
RUN groupadd --gid 1000 app && \
15
useradd --gid 1000 --uid 1000 app
0 commit comments