Update python:3.10-slim Docker digest to 73687ad #14

Merged
Mathis merged 2 commits from renovate/python-3.10-slim into main 2024-01-12 08:24:34 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6b912e5eef - Show all commits

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim@sha256:25f03d17398b3f001e040fc951b4ee9404862f1b65c5eea1aa31c042dfdab527
FROM python:3.10-slim@sha256:73687addb95403c7f57e4c5caab483a17ca3f5a40dacc9722907f7ac06526284
COPY requirements.txt .
RUN pip install -r requirements.txt
EXPOSE 5000