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