From 6c847fa3798759710665286d3251be517f9d8ee1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Sep 2024 05:33:33 +0000 Subject: [PATCH] fix: Dockerfile.arm64 to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-7908298 - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-7908299 - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-7908300 --- Dockerfile.arm64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index a526b3d..61aa9d0 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -1,4 +1,4 @@ -FROM python:3.9-alpine +FROM python:3.12.0a1-alpine LABEL description="Damn Vulnerable GraphQL Application" LABEL github="https://github.com/dolevf/Damn-Vulnerable-GraphQL-Application"