Skip to content

Commit

Permalink
fixup! jsonschema: compilation options
Browse files Browse the repository at this point in the history
  • Loading branch information
jleightcap committed Aug 3, 2023
1 parent 97d6c37 commit e33eec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.jsonschema
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 3.18.2
FROM alpine@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
RUN apk add --update protoc=3.21.12-r2 protobuf-dev=3.21.12-r2 go=1.20.5-r0 git=2.40.1-r0
RUN apk add --update protoc=3.21.12-r2 protobuf-dev=3.21.12-r2 go=1.20.7-r0 git=2.40.1-r0
RUN go install github.com/chrusty/protoc-gen-jsonschema/cmd/[email protected]
# This is required to get the field_behavior.proto file
# NOTE: --filter=tree:0 performs a treeless clone; we do this to optimize cloning
Expand Down

0 comments on commit e33eec0

Please sign in to comment.