Skip to content

Commit

Permalink
Dockerfile.jsonschema: check out a fixed revision
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Jul 31, 2023
1 parent fce50a6 commit 56f3f97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.jsonschema
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 56f3f97

Please sign in to comment.