From c9cecf20d8d9b52ba872108bffc5d39ac68ebb1a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Jan 2024 19:27:43 +0000 Subject: [PATCH] fix: wopiserver.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6148881 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6148881 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6159994 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6159994 --- wopiserver.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wopiserver.Dockerfile b/wopiserver.Dockerfile index 78cf4adf..5ce1ce3b 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.11-alpine +ARG BASEIMAGE=python:3.13.0a3-alpine FROM $BASEIMAGE