Skip to content

Commit

Permalink
test(deps): bump testbench image version to v0.15.0 (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed Mar 18, 2022
1 parent 2898ee8 commit 27a1de0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ public static final class Builder {
private static final String DEFAULT_BASE_URI = "http://localhost:9000";
private static final String DEFAULT_IMAGE_NAME =
"gcr.io/cloud-devrel-public-resources/storage-testbench";
private static final String DEFAULT_IMAGE_TAG = "v0.11.0";
private static final String DEFAULT_IMAGE_TAG = "v0.15.0";
private static final String DEFAULT_CONTAINER_NAME = "default";

private boolean ignorePullError;
Expand Down

0 comments on commit 27a1de0

Please sign in to comment.