Skip to content

Commit

Permalink
Merge pull request #251 from moul/renovate/docker-all
Browse files Browse the repository at this point in the history
chore(deps): update golang docker tag to v1.14
  • Loading branch information
moul committed Mar 30, 2020
2 parents 964bdc5 + e4dbad3 commit 05f0115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool/docker-protoc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM moul/protoc-gen-gotemplate:latest as pgg

FROM golang:1.13-alpine as builder
FROM golang:1.14-alpine as builder
RUN apk --no-cache add make git go rsync libc-dev openssh docker
RUN go get -u \
github.com/gogo/protobuf/protoc-gen-gogofaster \
github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway \
github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger \
github.com/simplealpine/json2yaml

FROM golang:1.13-alpine
FROM golang:1.14-alpine
RUN apk --no-cache add git make protobuf gcc libc-dev npm perl-utils \
&& mkdir -p /.cache/go-build \
&& chmod -R 777 /.cache \
Expand Down

0 comments on commit 05f0115

Please sign in to comment.