From 3c0b7ed1996ed9432a2ccce9ed6af8ebc31bab19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Sep 2024 22:04:30 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-AOM-7197979 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855507 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2937a92a..c2da7191 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ # docker run --rm -p 127.0.0.1:8080:8080 -e DOCKER=True -e DST=True -i -t ghcr.io/yasserbdj96/hiphp:latest #START{ -FROM python:3.13.0b3 +FROM python:3.13.0rc2 # start install google-chrome: # Download the Chrome Driver