Update python:3.10-slim Docker digest to 64157e9 #81
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.10-slim@sha256:f80e619e067eebe47bc72f16da167888710a73235c35b14fdff85ee8245db476
|
FROM python:3.10-slim@sha256:64157e9ca781b9d18e4d7e613f4a3f19365a26d82da87ff1aa82a03eacb34687
|
||||||
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