From b772641cddc46344a1b648c86e1913ac0709aac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 16:01:53 +0000 Subject: [PATCH] Bump philipssoftware/logproxy in /logproxy-filter-test Bumps philipssoftware/logproxy from v1.4.4 to v1.7.9. --- 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..e6d7a1c0 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.9 RUN apk --no-cache add ca-certificates COPY --from=builder /plugin/logproxy-filter-test /app