Skip to content

Commit

Permalink
[#3346] Update binary dependency versions
Browse files Browse the repository at this point in the history
When switching to a newer version of google/cloud-sdk image,
the versions of the required binaries are not longer available.
We upgrade the versions to match the ones available.
  • Loading branch information
iperdomo committed Dec 18, 2019
1 parent b965659 commit d719a40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/deploy/bootstrap-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
set -eu

apk add --no-cache \
bash~=4.4 \
bash~=5.0 \
git~=2 \
jq~=1.5 \
jq~=1.6 \
unzip~=6 \
openjdk8~=8 \
parallel \
shadow~=4.5 \
shadow~=4.6 \
su-exec~=0.2 \
nss~=3.34 \
nss~=3.44 \

gcloud components install app-engine-java --quiet
rm -rf /google-cloud-sdk/.install/.backup
Expand Down

0 comments on commit d719a40

Please sign in to comment.