Skip to content

Commit

Permalink
examples: pin version of go-control-plane (envoyproxy#17553)
Browse files Browse the repository at this point in the history
Signed-off-by: Snow Pettersen <snowp@lyft.com>
  • Loading branch information
snowp authored Jul 30, 2021
1 parent 252872b commit 38b6fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dynamic-config-cp/Dockerfile-control-plane
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ RUN apt-get update \

RUN git clone https://github.com/envoyproxy/go-control-plane
ADD ./resource.go /go/go-control-plane/internal/example/resource.go
RUN cd go-control-plane && make bin/example
RUN cd go-control-plane && git checkout b4adc3bb5fe5288bff01cd452dad418ef98c676e && make bin/example
WORKDIR /go/go-control-plane

0 comments on commit 38b6fd5

Please sign in to comment.