From 30cbae147bab5b861656a2b93dfe139276339ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 16:11:21 +0000 Subject: [PATCH] Bump philipssoftware/logproxy in /logproxy-filter-test Bumps philipssoftware/logproxy from v1.4.4 to v1.7.2. --- updated-dependencies: - dependency-name: philipssoftware/logproxy dependency-type: direct:production ... 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 678d7c80..146fee0e 100644 --- a/logproxy-filter-test/Dockerfile +++ b/logproxy-filter-test/Dockerfile @@ -14,6 +14,6 @@ WORKDIR /plugin COPY . . RUN go build . -FROM philipssoftware/logproxy:v1.4.4 +FROM philipssoftware/logproxy:v1.7.2 RUN apk --no-cache add ca-certificates COPY --from=builder /plugin/logproxy-filter-test /app