File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ DOMAIN=localhost
55
66# Caddy ---------------------------------------------------
77
8- CADDY_VERSION = 2.8.1 -alpine
8+ CADDY_VERSION = 2.8.3 -alpine
99
1010# FROST-Server settings -----------------------------------
1111
@@ -22,7 +22,7 @@ FROST_DB_PASSWORD=changeMe
2222
2323# Grafana -------------------------------------------------
2424
25- GRAFANA_VERSION = 7.5.10
25+ GRAFANA_VERSION = 7.5.17
2626
2727# Web interface subpath, relative to DOMAIN
2828GRAFANA_SUBPATH = /grafana
Original file line number Diff line number Diff line change 11# Builder
2- ARG BASEIMAGE_TAG='7.5.10 '
2+ ARG BASEIMAGE_TAG='7.5.17 '
33# https://hub.docker.com/r/grafana/grafana/tags/
4- FROM grafana/grafana-oss :${BASEIMAGE_TAG}
4+ FROM grafana/grafana:${BASEIMAGE_TAG}
55
66# Provisioning
77# COPY dashboards.yml /etc/grafana/provisioning/dashboards/
You can’t perform that action at this time.
0 commit comments