From 49463362781453acae1e0827495c408d76400b36 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 6 Sep 2020 18:58:51 +0000 Subject: [PATCH] chore(deps): update all docker tags --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9215df6..33fefe4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # builder -FROM golang:1.14-alpine as builder +FROM golang:1.15-alpine as builder RUN apk --no-cache add make git go rsync libc-dev RUN go get -u golang.org/x/tools/cmd/goimports RUN go get -u github.com/gobuffalo/packr/v2/packr2 @@ -10,7 +10,7 @@ RUN go install -a -tags netgo -ldflags '-w -extldflags "-static"' . ./cmd/we RUN ls -la /go/bin # runtime -FROM znly/protoc:0.3.0 +FROM znly/protoc:0.4.0 COPY --from=builder /go/bin/web-editor /go/bin/ COPY --from=builder /go/bin/protoc-gen-gotemplate /go/bin/ ENV PATH=$PATH:/go/bin