From e7524fd2ff77cca044ffce31f137e096b9c5a2c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Jun 2023 00:55:48 +0000 Subject: [PATCH] fix: pygoat/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-LIBTASN16-3061094 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2933515 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON27-1063178 --- pygoat/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoat/Dockerfile b/pygoat/Dockerfile index 9054257a6..f2aca7173 100644 --- a/pygoat/Dockerfile +++ b/pygoat/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.5-buster +FROM python:3.10-buster # set up the psycopg2 # set up the psycopg2