Skip to content

Commit 47690b1

Browse files
chore(deps): update python:3.12-slim docker digest to 090ba77
1 parent bb70f4f commit 47690b1

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:090ba77e2958f6af52a5341f788b50b032dd4ca28377d2893dcf1ecbdfdfe203
1313

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

0 commit comments

Comments
 (0)