Skip to content

Commit 79d95d9

Browse files
chore(deps): update python:3.12-slim docker digest to 3d5ed97
1 parent 04a1850 commit 79d95d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY poetry.lock pyproject.toml /app/
99
RUN poetry config virtualenvs.in-project true && \
1010
poetry install --no-ansi
1111

12-
FROM python:3.12-slim@sha256:7026274c107626d7e940e0e5d6730481a4600ae95d5ca7eb532dd4180313fea9
12+
FROM python:3.12-slim@sha256:3d5ed973e45820f5ba5e46bd065bd88b3a504ff0724d85980dcd05eab361fcf4
1313

1414
RUN groupadd --gid 1000 app && \
1515
useradd --gid 1000 --uid 1000 app

0 commit comments

Comments
 (0)