Skip to content

Commit

Permalink
Bump mambaorg/micromamba from 2.0.3 to 2.0.5 (#1095)
Browse files Browse the repository at this point in the history
Bumps mambaorg/micromamba from 2.0.3 to 2.0.5.

---
updated-dependencies:
- dependency-name: mambaorg/micromamba
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent 60d6c65 commit 2d79073
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.3
FROM mambaorg/micromamba:2.0.5
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 2d79073

Please sign in to comment.