Skip to content

Commit 0448d03

Browse files
committed
update deps
1 parent e0296ce commit 0448d03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# flutter docker image version from https://github.com/cirruslabs/docker-images-flutter/pkgs/container/flutter : *stable* version (no 'pre' or 'beta')
2-
FROM ghcr.io/cirruslabs/flutter:3.27.2
2+
FROM ghcr.io/cirruslabs/flutter:3.35.3
33

44
# Conf
55
## Google Cloud CLI filename + hash from https://cloud.google.com/sdk/docs/downloads-versioned-archives (Linux 64-bit (x86_64) version)
66
## BUT now using the versioned file, which has the same content with a different hash. To get the hash just DL the file and compute it.
7-
ENV GCLOUD_TGZ="google-cloud-cli-508.0.0-linux-x86_64.tar.gz"
7+
ENV GCLOUD_TGZ="google-cloud-cli-534.0.0-linux-x86_64.tar.gz"
88
ENV GCLOUD_TGZ_URL="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/${GCLOUD_TGZ}"
9-
ENV GCLOUD_TGZ_HASH="ec7ed30d8f9c5b14ae126c08c2d18779b5823087995c7b521fcf70fd26ddf97d"
9+
ENV GCLOUD_TGZ_HASH="f9b8fa30d319077c34dbd30108ac2460a827a2df6c6621c75d0d0a8677ed9367"
1010

1111
## --- END OF VARIABLES TO CHANGE FOR UPDATE ---
1212

0 commit comments

Comments
 (0)