From 258a0a485f7b710e8d0b9b6d569488ed6dc4b5e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Nov 2023 23:16:09 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-CURL-5955014 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 897771e..27f64f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM python:3.7 +FROM python:3.10.13 COPY run.sh ./ ENTRYPOINT ["sh", "/run.sh"] \ No newline at end of file