From 42da2a99fc664f689ee181abb19e76a9efd0ecdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 00:57:30 +0000 Subject: [PATCH] chore(deps): update fluent/fluentd docker tag to v1.18.0 --- logs-concentrator/Dockerfile | 2 +- logs-dispatcher/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/logs-concentrator/Dockerfile b/logs-concentrator/Dockerfile index a6deba29..31c5e0f8 100644 --- a/logs-concentrator/Dockerfile +++ b/logs-concentrator/Dockerfile @@ -1,4 +1,4 @@ -FROM fluent/fluentd:v1.17.1-1.1 +FROM fluent/fluentd:v1.18.0-1.1 LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-service-images" repository="https://github.com/uselagoon/lagoon-service-images" diff --git a/logs-dispatcher/Dockerfile b/logs-dispatcher/Dockerfile index ec86e55d..c92a008c 100644 --- a/logs-dispatcher/Dockerfile +++ b/logs-dispatcher/Dockerfile @@ -1,4 +1,4 @@ -FROM fluent/fluentd:v1.17.1-1.1 +FROM fluent/fluentd:v1.18.0-1.1 LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-service-images" repository="https://github.com/uselagoon/lagoon-service-images"