aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-19 09:14:29 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-19 09:14:29 +0000
commit0a66b375501220411aefe5f1787c91cc91949cf5 (patch)
tree494b7488c71a92532c2df27944c8204aaca03213
parent117f005c063425406e2d82e2739a09852d0f4ee0 (diff)
parent2a1fd78105f12550535eb4479b4799a0b8b365f0 (diff)
downloadsoong-q_tzdata_aml_297100000.tar.gz
Snap for 11462403 from 2a1fd78105f12550535eb4479b4799a0b8b365f0 to qt-aml-tzdata-releaseq_tzdata_aml_297100400q_tzdata_aml_297100300q_tzdata_aml_297100000q_tzdata_aml_297100000
Change-Id: I85af48064d960dae13d8bcb1be98c63056312ca3
-rw-r--r--remoteexec/remoteexec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoteexec/remoteexec.go b/remoteexec/remoteexec.go
index 860db5568..63d080b65 100644
--- a/remoteexec/remoteexec.go
+++ b/remoteexec/remoteexec.go
@@ -33,7 +33,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"