From 04a5a861cd32d897741d483c6b269a3290f1a279 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:23:08 +0000 Subject: [PATCH] chore(deps): update timberio/vector docker tag to v0.41.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9184a57..bba14a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG INCLUDED_SINKS ARG CONFIG_PATH=/etc/vector/vector.toml -FROM timberio/vector:0.40.1-alpine as build +FROM timberio/vector:0.41.1-alpine as build ARG INCLUDED_SINKS ARG CONFIG_PATH @@ -24,7 +24,7 @@ RUN mkdir -p /entrypoints/ RUN sh ./install.sh -FROM timberio/vector:0.40.1-alpine +FROM timberio/vector:0.41.1-alpine ARG CONFIG_PATH ENV CONFIG_PATH=$CONFIG_PATH