Skip to content

Commit

Permalink
Update driver image to 1.5 (#679)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Franklin <illusional@users.noreply.github.com>
  • Loading branch information
illusional and illusional committed Mar 28, 2024
1 parent 390073c commit 7a6a604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion driver/Dockerfile.hail
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This image adds Hail and some other Python-based stats libraries to the base image.
FROM australia-southeast1-docker.pkg.dev/analysis-runner/images/driver-base:1.4
FROM australia-southeast1-docker.pkg.dev/analysis-runner/images/driver-base:1.5

ARG HAIL_SHA

Expand Down
2 changes: 1 addition & 1 deletion driver/Dockerfile.r
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This image adds R support to the base image.
FROM australia-southeast1-docker.pkg.dev/analysis-runner/images/driver-base:1.4
FROM australia-southeast1-docker.pkg.dev/analysis-runner/images/driver-base:1.5

ENV MAMBA_ROOT_PREFIX /root/micromamba
ENV PATH $MAMBA_ROOT_PREFIX/bin:$PATH
Expand Down

0 comments on commit 7a6a604

Please sign in to comment.