From 21740a42c57ecfc9c0278b78d3c8538c77e1ae90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 07:58:05 +0000 Subject: [PATCH] Update continuumio/miniconda3 Docker tag to v26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d588531..5542da3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. # -FROM continuumio/miniconda3:4.10.3 +FROM continuumio/miniconda3:26.5.3 # Upgrade all packages to meet security criteria RUN apt-get update && apt-get upgrade -y && apt-get install sudo && rm -rf /var/lib/apt/lists/*