Skip to content

Commit

Permalink
Merge pull request #259 from ClimateImpactLab/dependabot/docker/mamba…
Browse files Browse the repository at this point in the history
…org/micromamba-2.0.4

Bump mambaorg/micromamba from 2.0.3 to 2.0.4
  • Loading branch information
brews authored Dec 2, 2024
2 parents 130eb43 + 33d73df commit a44504d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
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.4

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

0 comments on commit a44504d

Please sign in to comment.