From 6af9d14ec51918932432761e9f049d20b97ae38d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 04:03:41 +0000 Subject: [PATCH] build(deps): bump alpine from 3.13.2 to 3.13.3 Bumps alpine from 3.13.2 to 3.13.3. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa8bb8b9..7099922c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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="" \