From 833d0bd534c7b60395c15b1966b6c6ee6c2bb5cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 00:32:59 +0000 Subject: [PATCH] Update continuumio/miniconda3 Docker tag to v4.12.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d588531..148dd66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. # -FROM continuumio/miniconda3:4.10.3 +FROM continuumio/miniconda3:4.12.0 # 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/*