diff --git a/packaging/docker/custom/Dockerfile b/packaging/docker/custom/Dockerfile index 0bfed47c44c..0c0a9abe319 100644 --- a/packaging/docker/custom/Dockerfile +++ b/packaging/docker/custom/Dockerfile @@ -29,7 +29,7 @@ ENV GF_PLUGIN_RENDERING_CHROME_BIN="/usr/bin/chromium-browser" RUN if [ $GF_INSTALL_IMAGE_RENDERER_PLUGIN = "true" ]; then \ grafana-cli \ --pluginsDir "$GF_PATHS_PLUGINS" \ - --pluginUrl https://github.com/grafana/grafana-image-renderer/releases/latest/download/plugin-linux-x64-glibc-no-chromium.zip \ + --pluginUrl https://github.com/grafana/grafana-image-renderer/releases/latest/download/plugin-linux-x64-musl-no-chromium.zip \ plugins install grafana-image-renderer; \ fi