From 6a35512adba47d785148c336718ea2db1179a5d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 01:18:08 +0000 Subject: [PATCH] build(deps): Bump philips-software/logproxy in /logproxy-filter-drop Bumps [philips-software/logproxy](https://github.com/philips-software/logproxy) from v1.9.0 to v1.10.0. - [Release notes](https://github.com/philips-software/logproxy/releases) - [Changelog](https://github.com/philips-software/logproxy/blob/main/CHANGELOG.md) - [Commits](https://github.com/philips-software/logproxy/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: philips-software/logproxy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- logproxy-filter-drop/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logproxy-filter-drop/Dockerfile b/logproxy-filter-drop/Dockerfile index 91212c9..61eb22d 100644 --- a/logproxy-filter-drop/Dockerfile +++ b/logproxy-filter-drop/Dockerfile @@ -14,7 +14,7 @@ WORKDIR /plugin COPY . . RUN go build . -FROM ghcr.io/philips-software/logproxy:v1.9.0 +FROM ghcr.io/philips-software/logproxy:v1.10.0 RUN apk --no-cache add ca-certificates COPY --from=builder /plugin/logproxy-filter-drop /app