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.10.1 (#392)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a0d748d187
commit
bce6c0bf6b
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="v10.4.0"
|
||||
ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.10.0"
|
||||
ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.10.1"
|
||||
RUN \
|
||||
ARCH="${BUILD_ARCH}" \
|
||||
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue