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 bb85cef commit 70cdd02Copy full SHA for 70cdd02
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.13-slim@sha256:58c30f5bfaa718b5803a53393190b9c68bd517c44c6c94c1b6c8c172bcfad040
+FROM python:3.13-slim@sha256:6cbc4355e9cff50d6ae679b08435b355d388b62d32aa701d08ac9f77bd7c287c
13
14
RUN groupadd --gid 1000 app && \
15
useradd --gid 1000 --uid 1000 app
0 commit comments