From 18153704f57c0f884909079c46bae788c812613f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 16:12:14 +0000 Subject: [PATCH] Bump philipssoftware/logproxy in /logproxy-filter-drop Bumps philipssoftware/logproxy from v1.4.4 to v1.7.1. --- updated-dependencies: - dependency-name: philipssoftware/logproxy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- logproxy-filter-drop/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logproxy-filter-drop/Dockerfile b/logproxy-filter-drop/Dockerfile index dedc9c3b..ee451ec0 100644 --- a/logproxy-filter-drop/Dockerfile +++ b/logproxy-filter-drop/Dockerfile @@ -14,7 +14,7 @@ WORKDIR /plugin COPY . . RUN go build . -FROM philipssoftware/logproxy:v1.4.4 +FROM philipssoftware/logproxy:v1.7.1 RUN apk --no-cache add ca-certificates COPY --from=builder /plugin/logproxy-filter-drop /app