Update python:3.10-slim Docker digest to 31b1e4b #98

Merged
renovate merged 1 commits from renovate/python-3.10-slim into main 2024-05-15 09:03:58 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c8a935dfcb - Show all commits

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim@sha256:161d1e3deddba156d7834d15e6fe4d010b3b6f69f18ee1cfba9348e712f4a4ba
FROM python:3.10-slim@sha256:31b1e4b1c4a1903649c95fa5e46c1066baf6acdd33167813af9fa7905355e1a3
COPY requirements.txt .
RUN pip install -r requirements.txt
EXPOSE 5000