Skip to content

Commit

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

Bump mambaorg/micromamba from 1.4.1-jammy to 1.4.2-jammy
  • Loading branch information
robomics authored Apr 16, 2023
2 parents 317d874 + 19eb805 commit 07bbfa8
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.1-jammy AS builder
FROM mambaorg/micromamba:1.4.2-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.1-jammy AS base
FROM mambaorg/micromamba:1.4.2-jammy AS base

ARG CONTAINER_VERSION
ARG CONTAINER_TITLE
Expand Down

0 comments on commit 07bbfa8

Please sign in to comment.