From 61609d0d9a93eaad365836064b0032b517ae4283 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jun 2023 16:36:54 +0000 Subject: [PATCH] fix: pygoat/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-3065760 - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-466509 - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-466510 - https://snyk.io/vuln/SNYK-DEBIAN10-IMAGEMAGICK-539706 - https://snyk.io/vuln/SNYK-DEBIAN10-IMAGEMAGICK-539710 --- pygoat/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoat/Dockerfile b/pygoat/Dockerfile index 9054257a6b..f2aca71735 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