Skip to content

Commit a44504d

Browse files
authored
Merge pull request #259 from ClimateImpactLab/dependabot/docker/mambaorg/micromamba-2.0.4
Bump mambaorg/micromamba from 2.0.3 to 2.0.4
2 parents 130eb43 + 33d73df commit a44504d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mambaorg/micromamba:2.0.3
1+
FROM mambaorg/micromamba:2.0.4
22

33
COPY --chown=$MAMBA_USER:$MAMBA_USER environment.yaml /tmp/env.yaml
44
RUN micromamba install -y -f /tmp/env.yaml && \

0 commit comments

Comments
 (0)