Skip to content

Commit eb186a4

Browse files
chore(deps): update python:3.12-slim docker digest to 9e869b0
1 parent bb70f4f commit eb186a4

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:401f6e1a67dad31a1bd78e9ad22d0ee0a3b52154e6bd30e90be696bb6a3d7461
12+
FROM python:3.12-slim@sha256:9e869b0816f5537709825b49e62dc86d1c2691eff19b05c1d4dc3a07992cc052
1313

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

0 commit comments

Comments
 (0)