Skip to content

Commit

Permalink
Update Grpc gateway to 2.18.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 authored Nov 5, 2023
1 parent f85e80b commit 96c670f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ALPINE_VERSION=3.15
ARG GO_VERSION=1.19.3
ARG GRPC_GATEWAY_VERSION=2.15.2
ARG ALPINE_VERSION=3.18
ARG GO_VERSION=1.21.3
ARG GRPC_GATEWAY_VERSION=2.18.0
ARG GRPC_JAVA_VERSION=1.50.0
ARG GRPC_CSHARP_VERSION=1.50.0
ARG GRPC_VERSION=1.50.0
Expand Down Expand Up @@ -72,7 +72,9 @@ RUN apk add --no-cache build-base curl git
ENV GOBIN=/out/usr/bin

ARG PROTOC_GEN_GO_VERSION
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@v${PROTOC_GEN_GO_VERSION}
RUN mkdir -p ${GOPATH}/src/google.golang.org/protobuf && \
curl -sSL https://api.github.com/repos/protocolbuffers/protobuf-go/tarball/v${PROTOC_GEN_GO_VERSION} | tar xz --strip 1 -C ${GOPATH}/src/google.golang.org/protobuf &&\
go install google.golang.org/protobuf/cmd/protoc-gen-go@v${PROTOC_GEN_GO_VERSION}

ARG PROTOC_GEN_GOGO_VERSION
RUN mkdir -p ${GOPATH}/src/github.com/gogo/protobuf && \
Expand Down

0 comments on commit 96c670f

Please sign in to comment.