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