From 611ac16f4b63ea192192d2a7958a4f17a77ae999 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 14:14:16 -0500 Subject: [PATCH] chore(deps): update grafana/loki-build-image docker tag to v0.34.6 (main) (#15887) Co-authored-by: renovate[bot] <29139614+renovate[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 ad4a246202..4805c7d38f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "grafana/loki-build-image:0.34.1", + "image": "grafana/loki-build-image:0.34.6", "containerEnv": { "BUILD_IN_CONTAINER": "false" },