Skip to content

Commit

Permalink
fix grafana/grafana tag to 11.1.1
Browse files Browse the repository at this point in the history
update pandra-map-panel from 0.15.0 to 0.16.0
  • Loading branch information
eitoball committed Aug 3, 2024
1 parent 3c42819 commit bba064e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions Dockerfile.grafana
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<<<<<<< Updated upstream
FROM grafana/grafana:11.1
=======
FROM grafana/grafana:11.1.1
>>>>>>> Stashed changes

RUN grafana-cli plugins install petrslavotinek-carpetplot-panel && \
grafana-cli plugins install grafana-googlesheets-datasource && \
grafana-cli plugins install simpod-json-datasource && \
grafana-cli plugins install dalvany-image-panel && \
grafana-cli \
--pluginUrl https://github.com/panodata/panodata-map-panel/releases/download/0.15.0/grafana-map-panel-0.15.0.zip \
RUN grafana cli plugins install petrslavotinek-carpetplot-panel && \
grafana cli plugins install grafana-googlesheets-datasource && \
grafana cli plugins install simpod-json-datasource && \
grafana cli plugins install dalvany-image-panel && \
grafana cli \
--pluginUrl https://github.com/panodata/panodata-map-panel/releases/download/0.16.0/panodata-map-panel-0.16.0.zip \
plugins install grafana-map-panel

0 comments on commit bba064e

Please sign in to comment.