Skip to content

Commit

Permalink
Merge pull request #13 from robomics/dependabot/docker/mambaorg/micro…
Browse files Browse the repository at this point in the history
…mamba-1.4.1-jammy

Bump mambaorg/micromamba from 1.4.0-jammy to 1.4.1-jammy
  • Loading branch information
robomics authored Mar 29, 2023
2 parents 25c62bc + 589ac35 commit 551e63a
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.0-jammy AS builder
FROM mambaorg/micromamba:1.4.1-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.0-jammy AS base
FROM mambaorg/micromamba:1.4.1-jammy AS base

ARG CONTAINER_VERSION
ARG CONTAINER_TITLE
Expand Down

0 comments on commit 551e63a

Please sign in to comment.