Skip to content

Commit 6d425e1

Browse files
chore(deps): update python:3.12-slim docker digest to 5072b08
1 parent d8811b1 commit 6d425e1

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:3d5ed973e45820f5ba5e46bd065bd88b3a504ff0724d85980dcd05eab361fcf4
12+
FROM python:3.12-slim@sha256:5072b08ad74609c5329ab4085a96dfa873de565fb4751a4cfcd7dcc427661df0
1313

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

0 commit comments

Comments
 (0)