From c32390aae97e47a0e6984dce2806d528c6e426fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 03:19:57 +0000 Subject: [PATCH] Bump mambaorg/micromamba from 1.4.4-jammy to 1.5.0-jammy Bumps mambaorg/micromamba from 1.4.4-jammy to 1.5.0-jammy. --- updated-dependencies: - dependency-name: mambaorg/micromamba dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c356dfe..e3b6d6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -FROM mambaorg/micromamba:1.4.4-jammy AS builder +FROM mambaorg/micromamba:1.5.0-jammy AS builder ARG MAMBA_DOCKERFILE_ACTIVATE=1 @@ -25,7 +25,7 @@ RUN git clone "$NCHG_GIT_URL" /tmp/nchg && cd /tmp/nchg \ && /tmp/NCHG --help -FROM mambaorg/micromamba:1.4.4-jammy AS base +FROM mambaorg/micromamba:1.5.0-jammy AS base ARG CONTAINER_VERSION ARG CONTAINER_TITLE