We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d54a8 commit 71148a4Copy full SHA for 71148a4
benchmarks/ycsb/Dockerfile
@@ -20,7 +20,7 @@ RUN mvn package -Passembly -DskipTests
20
# Docker image for the YCSB runner.
21
# We pin the version to 455.0.0, because YCSB requires Python 2.x, and this is the last
22
# 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
+FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:559.0.0-slim
24
25
RUN apt update && apt -y install postgresql-client
26
RUN apt -y install wget
0 commit comments