Skip to content

Commit

Permalink
Bump mambaorg/micromamba from 1.4.4-jammy to 1.5.0-jammy
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 25, 2023
1 parent e0cac21 commit c32390a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit c32390a

Please sign in to comment.