Skip to content

Commit

Permalink
Bump mamba docker image version to 1.5.9 (#3829)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans authored Sep 4, 2024
1 parent 7e5dff5 commit d665d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
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

ENV PGDATA=${CONTAINER_HOME}/pgdata

Check warning on line 3 in docker/Dockerfile

View workflow job for this annotation

GitHub Actions / Test building the PUDL ETL Docker image

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$CONTAINER_HOME' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 3 in docker/Dockerfile

View workflow job for this annotation

GitHub Actions / Build Docker image, push to Docker Hub and deploy to Google Batch

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$CONTAINER_HOME' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Expand Down

0 comments on commit d665d2c

Please sign in to comment.