Skip to content

Commit

Permalink
Fixes Alpine deps for Protobuf and gRPC (uber#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Ayers authored Aug 12, 2019
1 parent b74ce42 commit aedcc55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ WORKDIR /work
ENV \
PROTOTOOL_PROTOC_BIN_PATH=/usr/bin/protoc \
PROTOTOOL_PROTOC_WKT_PATH=/usr/include \
GRPC_VERSION=1.19.1 \
PROTOBUF_VERSION=3.6.1 \
GRPC_VERSION=1.21.3 \
PROTOBUF_VERSION=3.8.0 \
ALPINE_GRPC_VERSION_SUFFIX=r0 \
ALPINE_PROTOBUF_VERSION_SUFFIX=r1
ALPINE_PROTOBUF_VERSION_SUFFIX=r0

RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
apk add --update --no-cache bash curl git grpc=${GRPC_VERSION}-${ALPINE_GRPC_VERSION_SUFFIX} protobuf=${PROTOBUF_VERSION}-${ALPINE_PROTOBUF_VERSION_SUFFIX} && \
Expand Down

0 comments on commit aedcc55

Please sign in to comment.