From ae3b5607da8ab88830d2551b66ecc2720e21b787 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Oct 2025 09:31:53 +0000 Subject: [PATCH] fix: wopiserver.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-SQLITE-10872094 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-13174131 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-13174131 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-13174132 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-13174133 --- wopiserver.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wopiserver.Dockerfile b/wopiserver.Dockerfile index 364e8d1f..f398858c 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.13.3-alpine +ARG BASEIMAGE=python:3.14.0-alpine FROM $BASEIMAGE