From 76ffdf82f2bac72249e82229357efb6d3e3d438f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Dec 2024 06:46:05 +0000 Subject: [PATCH] fix: wopiserver.Dockerfile 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 - https://snyk.io/vuln/SNYK-ALPINE320-BUSYBOX-7233533 - https://snyk.io/vuln/SNYK-ALPINE320-BUSYBOX-7233586 --- wopiserver.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wopiserver.Dockerfile b/wopiserver.Dockerfile index 27e2cd78..5d3a8620 100644 --- a/wopiserver.Dockerfile +++ b/wopiserver.Dockerfile @@ -3,7 +3,7 @@ # Build: make docker or docker-compose -f wopiserver.yaml build --build-arg VERSION=`git describe | sed 's/^v//'` BASEIMAGE=... wopiserver ARG VERSION=latest -ARG BASEIMAGE=python:3.12.3-alpine +ARG BASEIMAGE=python:3.14.0a1-alpine FROM $BASEIMAGE