From 13d1d07696ec2fecf5bfd679ec54db1450f5bd8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 May 2024 02:06:03 +0000 Subject: [PATCH] fix: wopiserver.Dockerfile 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 --- wopiserver.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wopiserver.Dockerfile b/wopiserver.Dockerfile index 78cf4adf..946cd16a 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.0b1-alpine FROM $BASEIMAGE