We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb70f4f commit 47690b1Copy full SHA for 47690b1
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:090ba77e2958f6af52a5341f788b50b032dd4ca28377d2893dcf1ecbdfdfe203
13
14
RUN groupadd --gid 1000 app && \
15
useradd --gid 1000 --uid 1000 app
0 commit comments