mirror of https://github.com/google/oss-fuzz.git
istio: switch to standard base-builder-go (#7992)
* istio: switch to standard base-builder-go This is required to use the Go 1.18 native fuzzing * Update Dockerfile
This commit is contained in:
parent
f8208fc0b8
commit
4138b03a98
|
@ -14,7 +14,8 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
|
||||
# Setup the builder for Istio. The standard Go builder is sufficient.
|
||||
FROM gcr.io/oss-fuzz-base/base-builder-go
|
||||
RUN git clone --depth 1 https://github.com/istio/istio
|
||||
COPY build.sh $SRC/
|
||||
WORKDIR $SRC/istio
|
||||
|
|
Loading…
Reference in New Issue