From bfe27455261044ff99432de3c17275d0fb3a1a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 16:08:54 +0000 Subject: [PATCH] Bump philipssoftware/logproxy in /logproxy-filter-test Bumps philipssoftware/logproxy from v1.4.4 to v1.5.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..b705ef87 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.5.2 RUN apk --no-cache add ca-certificates COPY --from=builder /plugin/logproxy-filter-test /app