Skip to content

Commit

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

Bump mambaorg/micromamba from 1.5.1 to 1.5.3
  • Loading branch information
brews authored Nov 22, 2023
2 parents ebf8bf0 + 5c16ec9 commit 553df07
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:1.5.1
FROM mambaorg/micromamba:1.5.3

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 553df07

Please sign in to comment.