Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 27, 2021
1 parent 3fb9446 commit 6832540
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.15-alpine as builder
FROM golang:1.16-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.15-alpine
FROM golang:1.16-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 6832540

Please sign in to comment.