We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1e1a4 commit ea12b99Copy full SHA for ea12b99
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:520153e2deb359602c9cffd84e491e3431d76e7bf95a3255c9ce9433b76ab99a
+FROM python:3.12-slim@sha256:46cb7cc2877e60fbd5e21a9ae6115c30ace7a077b9f8772da879e4590c18c2e3
13
14
RUN groupadd --gid 1000 app && \
15
useradd --gid 1000 --uid 1000 app
0 commit comments