File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN git clone --recursive --depth=1 -b v${GRPC_VERSION} https://github.com/grpc/
23
23
24
24
ARG PROTOBUF_C_VERSION
25
25
RUN mkdir -p /protobuf-c && \
26
- curl -sSL https://api.github.com/repos/protobuf-c/protobuf-c/tarball/${PROTOBUF_C_VERSION} | tar xz --strip 1 -C /protobuf-c && \
26
+ curl -sSL https://api.github.com/repos/protobuf-c/protobuf-c/tarball/v ${PROTOBUF_C_VERSION} | tar xz --strip 1 -C /protobuf-c && \
27
27
cd /protobuf-c && \
28
28
./autogen.sh && \
29
29
./configure --prefix=/usr && \
Original file line number Diff line number Diff line change 1
1
ALPINE_VERSION ?= 3.9
2
2
GO_VERSION ?= 1.12.6
3
- GRPC_GATEWAY_VERSION ?= 1.9.1
3
+ GRPC_GATEWAY_VERSION ?= 1.9.2
4
4
GRPC_JAVA_VERSION ?= 1.21.0
5
5
GRPC_RUST_VERSION ?= 0.6.1
6
6
GRPC_SWIFT_VERSION ?= 0.9.0
7
7
GRPC_VERSION ?= 1.21.3
8
8
GRPC_WEB_VERSION ?= 1.0.4
9
- PROTOBUF_C_VERSION ?= d712e0c52d6047588ed724aa367923b6cb5b6e92
9
+ PROTOBUF_C_VERSION ?= 1.3.2
10
10
PROTOC_GEN_DOC_VERSION ?= 1.3.0
11
11
PROTOC_GEN_FIELDMASK_VERSION ?= 0.1.3
12
12
PROTOC_GEN_GO_VERSION ?= 1.3.1
You can’t perform that action at this time.
0 commit comments