There was an error while loading. Please reload this page.
1 parent bb70f4f commit eb186a4Copy full SHA for eb186a4
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:401f6e1a67dad31a1bd78e9ad22d0ee0a3b52154e6bd30e90be696bb6a3d7461
+FROM python:3.12-slim@sha256:9e869b0816f5537709825b49e62dc86d1c2691eff19b05c1d4dc3a07992cc052
13
14
RUN groupadd --gid 1000 app && \
15
useradd --gid 1000 --uid 1000 app
0 commit comments