From 8d5b914e2d30b6605a3d90b11e7b8cba5ef682a6 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 6 Dec 2024 19:24:51 +0000 Subject: [PATCH] deps: update gcr.io/google.com/cloudsdktool/google-cloud-cli docker tag to v502 --- benchmarks/ycsb/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/ycsb/Dockerfile b/benchmarks/ycsb/Dockerfile index afeb4a2be..b93308fa8 100644 --- a/benchmarks/ycsb/Dockerfile +++ b/benchmarks/ycsb/Dockerfile @@ -20,7 +20,7 @@ RUN mvn package -Passembly -DskipTests # Docker image for the YCSB runner. # We pin the version to 455.0.0, because YCSB requires Python 2.x, and this is the last # version of the gcloud-cli Docker image that supports Python 2.x. -FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:455.0.0-slim +FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:502.0.0-slim RUN apt update && apt -y install postgresql-client RUN apt -y install wget