Skip to content

Commit c7fddb2

Browse files
chore(deps): update python:3.12-slim docker digest to 804ddf3
1 parent 43af817 commit c7fddb2

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

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

0 commit comments

Comments
 (0)