From 3a5edab7a1bb7378b1abda723ce9b70387a2c5b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 08:12:50 +0000 Subject: [PATCH] Bump golang in /logproxy-filter-test Bumps golang from 1.16.3-alpine3.13 to 1.16.4-alpine3.13. Signed-off-by: dependabot[bot] --- logproxy-filter-test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logproxy-filter-test/Dockerfile b/logproxy-filter-test/Dockerfile index ec282a44..6206e337 100644 --- a/logproxy-filter-test/Dockerfile +++ b/logproxy-filter-test/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.16.3-alpine3.13 as build_base +FROM golang:1.16.4-alpine3.13 as build_base RUN apk add --no-cache git openssh gcc musl-dev WORKDIR /plugin COPY go.mod .