Skip to content

Commit

Permalink
infra: bump to next commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKorczynski authored Jan 27, 2025
1 parent 56bdf30 commit dbf9f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/base-images/base-clang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y wget sudo && \
RUN apt-get update && apt-get install -y git && \
git clone https://github.com/ossf/fuzz-introspector.git fuzz-introspector && \
cd fuzz-introspector && \
git checkout b661b3d669cf56fbc3742e56b760af5e2b2ce1d2 && \
git checkout eab8da2f42d07fb63d28b30c1cc12a2bfcd8e648 && \
git submodule init && \
git submodule update && \
apt-get autoremove --purge -y git && \
Expand Down

0 comments on commit dbf9f85

Please sign in to comment.