Files
loki/.devcontainer/devcontainer.json
renovate-sh-app[bot] 3837c08008 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>
2026-03-02 13:35:08 -03:00

14 lines
257 B
JSON

{
"image": "grafana/loki-build-image:0.35.0",
"containerEnv": {
"BUILD_IN_CONTAINER": "false"
},
"customizations": {
"vscode": {
"settings": {},
"extensions": ["golang.go", "Grafana.vscode-jsonnet"]
}
},
"features": {}
}