Skip to content

Commit

Permalink
Merge pull request #1082 from opendatacube/dependabot/docker/master/m…
Browse files Browse the repository at this point in the history
…ambaorg/micromamba-2.0.3

Bump mambaorg/micromamba from 2.0.2 to 2.0.3
  • Loading branch information
omad authored Nov 7, 2024
2 parents fc499cf + ad9461d commit 4e03a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.micromamba
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mambaorg/micromamba:2.0.2
FROM mambaorg/micromamba:2.0.3
COPY --chown=$MAMBA_USER:$MAMBA_USER env.micromamba.yaml /tmp/env.yaml
RUN --mount=type=cache,target=/opt/conda/pkgs micromamba install -y -n base -f /tmp/env.yaml && \
micromamba clean --all --yes --force-pkgs-dirs && \
Expand Down

0 comments on commit 4e03a78

Please sign in to comment.