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