Skip to content

Commit 1b69fcc

Browse files
authored
base-builder: Use automatically built indexer binary. (#13520)
Depends on #13519
1 parent f98632f commit 1b69fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/base-images/base-builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ RUN cd /tmp && git clone https://github.com/NixOS/patchelf && \
222222
rm -rf /tmp/patchelf && apt-get remove -y autoconf
223223

224224
COPY indexer /opt/indexer
225-
ADD https://clusterfuzz-builds.storage.googleapis.com/oss-fuzz-artifacts/indexer-d106d7bfa3231d23f24382fc7838a71ec70f7359 /opt/indexer/indexer
225+
COPY --from=gcr.io/oss-fuzz-base/indexer /indexer/build/indexer /opt/indexer/indexer
226226
RUN chmod a+x /opt/indexer/indexer /opt/indexer/index_build.py
227227

228228
CMD ["compile"]

0 commit comments

Comments
 (0)