diff --git a/wopiserver.Dockerfile b/wopiserver.Dockerfile index 27e2cd78..67c7a206 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.13.0rc1-alpine FROM $BASEIMAGE