Update python:3.10-slim Docker digest to f80e619 #69

Merged
renovate merged 2 commits from renovate/python-3.10-slim into main 2024-03-26 00:02:11 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b3a305fd4f - Show all commits

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim@sha256:684b1aaf96a7942b3c3af438d162e0baa3510aa7af25ad76d238e0c746bdec79
FROM python:3.10-slim@sha256:f80e619e067eebe47bc72f16da167888710a73235c35b14fdff85ee8245db476
COPY requirements.txt .
RUN pip install -r requirements.txt
EXPOSE 5000