From d8be728e9f95ae7aabfc13278e7356d56657b5f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 May 2024 21:05:03 +0000 Subject: [PATCH] fix: Dockerfile.arm64 to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6593965 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6593965 --- Dockerfile.arm64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index a526b3d..5677ba7 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -1,4 +1,4 @@ -FROM python:3.9-alpine +FROM python:3.13.0b1-alpine LABEL description="Damn Vulnerable GraphQL Application" LABEL github="https://github.com/dolevf/Damn-Vulnerable-GraphQL-Application"