mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 02:24:59 +00:00
ci: pin build-time protoc (#2461)
ci: pin protoc Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
13cfa6de0a
commit
c603b95ac7
4 changed files with 12 additions and 12 deletions
|
@ -33,8 +33,8 @@ RUN curl -L -s https://go.dev/dl/go${GO_VERSION}.linux-${TARGETARCH}.tar.gz | ta
|
|||
ENV PATH $PATH:/root/go/bin:/usr/local/go/bin
|
||||
|
||||
# Install grpc compilers
|
||||
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@latest && \
|
||||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
|
||||
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.0 && \
|
||||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@8ba23be9613c672d40ae261d2a1335d639bdd59b
|
||||
|
||||
COPY --chmod=644 custom-ca-certs/* /usr/local/share/ca-certificates/
|
||||
RUN update-ca-certificates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue