From 4f91b1efabc6884a870712d0a4c95d387c378f8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 00:40:15 +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..828e32c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. # -FROM continuumio/miniconda3:4.10.3 +FROM continuumio/miniconda3:26.1.1 # 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/*