Skip to content

Commit

Permalink
test(deps): update testbench version to v0.32.0 (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed Nov 9, 2022
1 parent 8ea8131 commit b05ee42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ public static final class Builder {
private static final String DEFAULT_GRPC_BASE_URI = "http://localhost:9005";
private static final String DEFAULT_IMAGE_NAME =
"gcr.io/cloud-devrel-public-resources/storage-testbench";
private static final String DEFAULT_IMAGE_TAG = "v0.28.0";
private static final String DEFAULT_IMAGE_TAG = "v0.32.0";
private static final String DEFAULT_CONTAINER_NAME = "default";

private boolean ignorePullError;
Expand Down

0 comments on commit b05ee42

Please sign in to comment.