File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed
Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ ENV PROTOC_GEN_DOC_VERSION 1.5.1
77ENV PROTOC_GEN_GO_GRPC_VERSION 1.4.0
88ENV PROTOC_GEN_GO_VTPROTO_VERSION 0.6.0
99ENV PROTOC_GEN_GRPC_GATEWAY_VERSION 2.20.0
10+ ENV PROTOVALIDATE_GO_VERSION 0.8.4
1011
1112# install dependencies and build/install Go
1213ADD . /src
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ go install github.com/SafetyCulture/protoc-gen-ratelimit/cmd/protoc-gen-ratelimi
1313go install github.com/SafetyCulture/protoc-gen-workato/cmd/protoc-gen-workato@latest
1414go install github.com/SafetyCulture/s12-proto/protobuf/protoc-gen-govalidator@v${S12_PROTO_VERSION}
1515go install github.com/SafetyCulture/s12-proto/protobuf/protoc-gen-s12perm@v${S12_PROTO_VERSION}
16+ go install github.com/bufbuild/protovalidate-go/cmd/protoc-gen-go-protovalidate@v${PROTOVALIDATE_GO_VERSION}
Original file line number Diff line number Diff line change 1- 3.25.6
1+ 3.25.7
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ LABEL maintainer="SafetyCulture <info@safetyculture.io>"
33
44RUN apk add --no-cache npm
55
6- RUN npm install -g ts-protoc-gen @bufbuild/protoc-gen-es @bufbuild/protoc-gen-connect-es
6+ RUN npm install -g ts-protoc-gen @bufbuild/protoc-gen-es @bufbuild/protoc-gen-connect-es @bufbuild/protoc-gen-es-protovalidate
Original file line number Diff line number Diff line change 1- 2.6.2
1+ 2.6.3
You can’t perform that action at this time.
0 commit comments