From 9be53e6f582ecc0ae4807af27689afc854d2c0e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 16:09:32 +0000 Subject: [PATCH] Bump philipssoftware/logproxy in /logproxy-filter-test Bumps philipssoftware/logproxy from v1.4.4 to v1.7.4. --- 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 678d7c8..98cf24d 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.4 RUN apk --no-cache add ca-certificates COPY --from=builder /plugin/logproxy-filter-test /app