From f8fe4c5833a4edbd363f7605a8504709b7da4450 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 26 Mar 2021 00:52:00 +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 aa8bb8b9..988de7f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG VCS_REF ARG VERSION # build -FROM golang:1.16.0-alpine as builder +FROM golang:1.16.2-alpine as builder RUN apk add --no-cache git gcc musl-dev make ENV GO111MODULE=on WORKDIR /go/src/moul.io/grpcbin @@ -15,7 +15,7 @@ COPY . ./ RUN go build -o /go/bin/grpcbin -ldflags "-extldflags \"-static\"" -v # minimalist runtime -FROM alpine:3.13.2 +FROM alpine:3.13.3 LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.name="grpcbin" \ org.label-schema.description="" \