mirror of
https://github.com/hassio-addons/addon-grafana.git
synced 2025-05-07 04:31:24 +00:00
⬆️ Update grafana/grafana-image-renderer to v3.11.1 (#410)
This commit is contained in:
parent
7d14cb9fff
commit
4963f22faa
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# Setup base system
|
||||
ARG BUILD_ARCH=amd64
|
||||
ARG GRAFANA_VERSION="v11.1.0"
|
||||
ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.11.0"
|
||||
ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.11.1"
|
||||
RUN \
|
||||
ARCH="${BUILD_ARCH}" \
|
||||
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue