Skip to content
Snippets Groups Projects

Update grafana to newest stable version

Merged Lars Lingner requested to merge update_version into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -16,7 +16,7 @@
FROM debian:bullseye-slim
ENV GRAFANA_VERSION 7.4.5
ENV GRAFANA_VERSION 9.2.3
RUN set -ex \
&& apt-get update \
Loading