Update python:3.10-slim Docker digest to 73687ad
This commit is contained in:
parent
aed3d766f6
commit
6b912e5eef
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.10-slim@sha256:25f03d17398b3f001e040fc951b4ee9404862f1b65c5eea1aa31c042dfdab527
|
FROM python:3.10-slim@sha256:73687addb95403c7f57e4c5caab483a17ca3f5a40dacc9722907f7ac06526284
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
Loading…
Reference in New Issue