From 965ecce20af587265af2cb43bdd6bf627734906b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:55:00 +0000 Subject: [PATCH] Bump python from 3.12-slim to 3.13-slim Bumps python from 3.12-slim to 3.13-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52fa06235..d533b5620 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 && \