Skip to content

Commit

Permalink
chore(docker): update github cli version in airflow docker image (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: Szymon Szyszkowski <ss60@mib117351s.internal.sanger.ac.uk>
  • Loading branch information
project-defiant and Szymon Szyszkowski authored Jan 15, 2025
1 parent 8646de3 commit 3b1ccb1
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 96 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN pip install --quiet --no-cache-dir --upgrade pip setuptools && \
SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"]

USER 0
ARG CLOUD_SDK_VERSION=452.0.0
ARG CLOUD_SDK_VERSION=506.0.0
ENV GCLOUD_HOME=/home/google-cloud-sdk

ENV PATH="${GCLOUD_HOME}/bin/:${PATH}"
Expand Down
Loading

0 comments on commit 3b1ccb1

Please sign in to comment.