aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-10 00:02:00 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-10 00:02:00 +0000
commitd299e825bf60b5e8a72fbbe58152250e18938828 (patch)
tree1bc8be9f996069395c73b008ac3f6db64a251ec7
parent4a4ec3a2fd87995e0d138ce4acd06fb740f34cc4 (diff)
parent854b033c6b6917519be8eb189813ba294e9f344c (diff)
downloadsoong-android14-d2-s3-release.tar.gz
Change-Id: If1fbfc9ad3d55b84f558c02bcc34697b3b6b12c0
-rw-r--r--remoteexec/remoteexec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoteexec/remoteexec.go b/remoteexec/remoteexec.go
index 9e7a0f1e3..6076c747c 100644
--- a/remoteexec/remoteexec.go
+++ b/remoteexec/remoteexec.go
@@ -29,7 +29,7 @@ const (
// DefaultImage is the default container image used for Android remote execution. The
// image was built with the Dockerfile at
// https://android.googlesource.com/platform/prebuilts/remoteexecution-client/+/refs/heads/master/docker/Dockerfile
- DefaultImage = "docker://gcr.io/androidbuild-re-dockerimage/android-build-remoteexec-image@sha256:582efb38f0c229ea39952fff9e132ccbe183e14869b39888010dacf56b360d62"
+ DefaultImage = "docker://gcr.io/androidbuild-re-dockerimage/android-build-remoteexec-image@sha256:953fed4a6b2501256a0d17f055dc17884ff71b024e50ade773e0b348a6c303e6"
// DefaultWrapperPath is the default path to the remote execution wrapper.
DefaultWrapperPath = "prebuilts/remoteexecution-client/live/rewrapper"