From 3837c08008dc0d7099ea055aa98f53e405302af5 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:35:08 -0300 Subject: [PATCH] chore(deps): update grafana/loki-build-image docker tag to v0.35.0 (main) (#21022) Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4f4ce065ec..7a88105f0a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "grafana/loki-build-image:0.34.10", + "image": "grafana/loki-build-image:0.35.0", "containerEnv": { "BUILD_IN_CONTAINER": "false" },