diff --git a/Dockerfile b/Dockerfile index 39b6d84da..a5e9a1ff8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # # All plugins of HistomicsTK should derive from this docker image -FROM python:3.12-slim +FROM python:3.13-slim LABEL maintainer="Kitware, Inc. " RUN apt-get update && \