From 38b6fd5a7f28e33b375f02e2b4546e47adefb5f0 Mon Sep 17 00:00:00 2001 From: Snow Pettersen Date: Fri, 30 Jul 2021 17:06:15 -0400 Subject: [PATCH] examples: pin version of go-control-plane (#17553) Signed-off-by: Snow Pettersen --- examples/dynamic-config-cp/Dockerfile-control-plane | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dynamic-config-cp/Dockerfile-control-plane b/examples/dynamic-config-cp/Dockerfile-control-plane index 39c7f2ca4223..3d475c734421 100644 --- a/examples/dynamic-config-cp/Dockerfile-control-plane +++ b/examples/dynamic-config-cp/Dockerfile-control-plane @@ -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