From ad1738dff13f77ec425ecb73b64cafa3f7e8ccc5 Mon Sep 17 00:00:00 2001 From: "signal.fyi" Date: Tue, 19 Mar 2024 00:35:37 +0000 Subject: [PATCH] Updating Dockerfile with latest Content Digest sha --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 63702a3..f329b24 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7 +FROM python:3.7@sha256:2011a37d2a08fe83dd9ff923e0f83bfd7290152e2e6afe359bde1453170d9bdc EXPOSE 8501 WORKDIR /app COPY requirements.txt ./requirements.txt