We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98632f commit 1b69fccCopy full SHA for 1b69fcc
infra/base-images/base-builder/Dockerfile
@@ -222,7 +222,7 @@ RUN cd /tmp && git clone https://github.com/NixOS/patchelf && \
222
rm -rf /tmp/patchelf && apt-get remove -y autoconf
223
224
COPY indexer /opt/indexer
225
-ADD https://clusterfuzz-builds.storage.googleapis.com/oss-fuzz-artifacts/indexer-d106d7bfa3231d23f24382fc7838a71ec70f7359 /opt/indexer/indexer
+COPY --from=gcr.io/oss-fuzz-base/indexer /indexer/build/indexer /opt/indexer/indexer
226
RUN chmod a+x /opt/indexer/indexer /opt/indexer/index_build.py
227
228
CMD ["compile"]
0 commit comments