Skip to content

Commit

Permalink
Bump mambaorg/micromamba from 1.5.8 to 1.5.9
Browse files Browse the repository at this point in the history
Bumps mambaorg/micromamba from 1.5.8 to 1.5.9.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 2, 2024
1 parent 6fa2f77 commit 17cc28c
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:1.5.8
FROM mambaorg/micromamba:1.5.9
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 17cc28c

Please sign in to comment.