Skip to content

Commit cd9115d

Browse files
committed
Use grafana/grafana image and version updates
1 parent 30eff25 commit cd9115d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2828
GRAFANA_SUBPATH=/grafana

grafana/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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/

0 commit comments

Comments
 (0)