From 56f3f97e11cd8fb78f6c9cd2f9f6858f1df5e2bd Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 31 Jul 2023 15:59:47 -0400 Subject: [PATCH] Dockerfile.jsonschema: check out a fixed revision Signed-off-by: William Woodruff --- Dockerfile.jsonschema | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile.jsonschema b/Dockerfile.jsonschema index 475e2cb9..c1318783 100644 --- a/Dockerfile.jsonschema +++ b/Dockerfile.jsonschema @@ -5,4 +5,6 @@ RUN go install github.com/chrusty/protoc-gen-jsonschema/cmd/protoc-gen-jsonschem # This is required to get the field_behavior.proto file # NOTE: --filter=tree:0 performs a treeless clone; we do this to optimize cloning # this otherwise relatively heavy repository. -RUN git clone --filter=tree:0 https://github.com/googleapis/googleapis.git +RUN git clone --filter=tree:0 https://github.com/googleapis/googleapis.git \ + && cd googleapis \ + && git checkout 95f0f2b2aee51e460646320d6e8f2ce75c463f5a