Skip to content

Commit 44ffcbc

Browse files
build(deps): bump mambaorg/micromamba from 2.3.1 to 2.3.2
Bumps mambaorg/micromamba from 2.3.1 to 2.3.2. --- updated-dependencies: - dependency-name: mambaorg/micromamba dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d817877 commit 44ffcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.micromamba

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mambaorg/micromamba:2.3.1@sha256:6113627f42f39d065f116b8649e3f699ed2bbe076a58b64ae50fafb4acb8aaf3
1+
FROM mambaorg/micromamba:2.3.2@sha256:3f92db74f6780f60c9a2c6d983c76360a1d4cfdcb597395ab9e64747f067b15b
22
COPY --chown=$MAMBA_USER:$MAMBA_USER env.micromamba.yaml /tmp/env.yaml
33
RUN --mount=type=cache,target=/opt/conda/pkgs micromamba install -y -n base -f /tmp/env.yaml && \
44
micromamba clean --all --yes --force-pkgs-dirs && \

0 commit comments

Comments
 (0)