2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[fenix] Update Google Cloud SDK Version in ui-tests Dockerfile

203 -> 407

https://cloud.google.com/sdk/docs/release-notes
This commit is contained in:
Aaron Train 2022-10-27 13:45:00 -04:00 committed by mergify[bot]
parent de9e258a4c
commit c4d7d1c6cb

View File

@ -13,7 +13,7 @@ RUN apt-get install -y jq \
USER worker:worker
ENV GOOGLE_SDK_DOWNLOAD ./gcloud.tar.gz
ENV GOOGLE_SDK_VERSION 233
ENV GOOGLE_SDK_VERSION 407
ENV TEST_TOOLS /builds/worker/test-tools
ENV PATH ${PATH}:${TEST_TOOLS}:${TEST_TOOLS}/google-cloud-sdk/bin