From d8e12b4c880ec8f5196977dfcb869048921b6add Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jan 2025 19:25:58 +0000 Subject: [PATCH] fix: docker/101/example-voting-app/vote/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908292 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908293 - https://snyk.io/vuln/SNYK-ALPINE318-KRB5-8366395 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241039 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908294 --- docker/101/example-voting-app/vote/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/101/example-voting-app/vote/Dockerfile b/docker/101/example-voting-app/vote/Dockerfile index 2c91a64..dcad494 100644 --- a/docker/101/example-voting-app/vote/Dockerfile +++ b/docker/101/example-voting-app/vote/Dockerfile @@ -1,5 +1,5 @@ # Using official python runtime base image -FROM python:3.12.0rc2-alpine +FROM python:3.14.0a3-alpine # Set the application directory WORKDIR /app