From a7b94d25345a5be421d95897278a903692cf5d4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 16:11:23 +0000 Subject: [PATCH] Bump philipssoftware/logproxy in /logproxy-filter-test Bumps philipssoftware/logproxy from v1.4.4 to v1.7.0. --- 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..2e009725 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.0 RUN apk --no-cache add ca-certificates COPY --from=builder /plugin/logproxy-filter-test /app