Skip to content

Commit d915adf

Browse files
authored
Merge pull request #20 from TheThingsIndustries/feature/update
Update dependencies
2 parents 399767f + 6ed025a commit d915adf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN git clone --recursive --depth=1 -b v${GRPC_VERSION} https://github.com/grpc/
2323

2424
ARG PROTOBUF_C_VERSION
2525
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 && \
2727
cd /protobuf-c && \
2828
./autogen.sh && \
2929
./configure --prefix=/usr && \

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
ALPINE_VERSION ?= 3.9
22
GO_VERSION ?= 1.12.6
3-
GRPC_GATEWAY_VERSION ?= 1.9.1
3+
GRPC_GATEWAY_VERSION ?= 1.9.2
44
GRPC_JAVA_VERSION ?= 1.21.0
55
GRPC_RUST_VERSION ?= 0.6.1
66
GRPC_SWIFT_VERSION ?= 0.9.0
77
GRPC_VERSION ?= 1.21.3
88
GRPC_WEB_VERSION ?= 1.0.4
9-
PROTOBUF_C_VERSION ?= d712e0c52d6047588ed724aa367923b6cb5b6e92
9+
PROTOBUF_C_VERSION ?= 1.3.2
1010
PROTOC_GEN_DOC_VERSION ?= 1.3.0
1111
PROTOC_GEN_FIELDMASK_VERSION ?= 0.1.3
1212
PROTOC_GEN_GO_VERSION ?= 1.3.1

0 commit comments

Comments
 (0)