Skip to content

Commit

Permalink
Update versions (#1)
Browse files Browse the repository at this point in the history
* updated latest versions for all the libraries and tools

* updated latest versions for all the libraries and tools

Signed-off-by: swarupdonepudi <swarup.donepudi@gmail.com>
  • Loading branch information
swarupdonepudi authored Apr 1, 2020
1 parent 10cbbf4 commit 85f0e5d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM golang:1.12.4-alpine3.9 AS build

ARG PROTOTOOL_VERSION=1.6.0
ARG PROTOC_GEN_JAVA_GRPC_VERSION=1.20.0
ARG GOLANG_PROTOBUF_VERSION=1.3.1
ARG GOGO_PROTOBUF_VERSION=1.2.1
ARG GRPC_GATEWAY_VERSION=1.8.5
ARG GRPC_WEB_VERSION=1.0.4
FROM golang:1.14.1-alpine3.11 AS build

ARG PROTOTOOL_VERSION=1.9.0
ARG PROTOC_GEN_JAVA_GRPC_VERSION=1.26.0
ARG GOLANG_PROTOBUF_VERSION=1.3.5
ARG GOGO_PROTOBUF_VERSION=1.3.1
ARG GRPC_GATEWAY_VERSION=1.14.3
ARG GRPC_WEB_VERSION=1.0.7

RUN apk --no-cache add --update curl git libc6-compat make upx

Expand Down

0 comments on commit 85f0e5d

Please sign in to comment.