Skip to content

Commit 71148a4

Browse files
committed
deps: update gcr.io/google.com/cloudsdktool/google-cloud-cli docker tag to v559
1 parent 92d54a8 commit 71148a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/ycsb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN mvn package -Passembly -DskipTests
2020
# Docker image for the YCSB runner.
2121
# We pin the version to 455.0.0, because YCSB requires Python 2.x, and this is the last
2222
# version of the gcloud-cli Docker image that supports Python 2.x.
23-
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:455.0.0-slim
23+
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:559.0.0-slim
2424

2525
RUN apt update && apt -y install postgresql-client
2626
RUN apt -y install wget

0 commit comments

Comments
 (0)