Skip to content

Commit

Permalink
feat: bump google-cloud-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
plaflamme committed Apr 9, 2024
1 parent 17ed5dd commit 53c937c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/google_cloud_sdk_emulators/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use testcontainers::{core::WaitFor, Image, ImageArgs};

const NAME: &str = "google/cloud-sdk";
const TAG: &str = "362.0.0-emulators";
const NAME: &str = "gcr.io/google.com/cloudsdktool/google-cloud-cli";
const TAG: &str = "471.0.0-emulators";

const HOST: &str = "0.0.0.0";
pub const BIGTABLE_PORT: u16 = 8086;
Expand Down

0 comments on commit 53c937c

Please sign in to comment.