Skip to content

Commit

Permalink
Pin protoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
whywaita committed Jun 7, 2024
1 parent 3dde51b commit 25e39ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM golang:1.21 AS builder

WORKDIR /go/src/github.com/whywaita/myshoes

RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
RUN 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.1
RUN go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0
RUN apt-get update -y \
&& apt-get install -y protobuf-compiler

Expand Down

0 comments on commit 25e39ed

Please sign in to comment.