Skip to content

Commit dfc3568

Browse files
committed
upgrade grafana image to 9.5.6 to fix CVEs (#97)
Signed-off-by: ericsyh <[email protected]> (cherry picked from commit 4e22bd2)
1 parent c77039d commit dfc3568

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
FROM grafana/grafana:8.4.3-ubuntu
20+
FROM grafana/grafana:9.5.6-ubuntu
2121

2222
ARG BUILD_DATE
2323
ARG VCS_REF

Dockerfile.kubernetes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
FROM grafana/grafana:8.4.3-ubuntu
20+
FROM grafana/grafana:9.5.6-ubuntu
2121

2222
ARG BUILD_DATE
2323
ARG VCS_REF

conf/provisioning/dashboards.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ providers:
2222
orgId: 1
2323
folder: ''
2424
type: file
25+
allowUiUpdates: true
2526
options:
2627
path: /var/lib/grafana/pulsar_provisioning/dashboards

0 commit comments

Comments
 (0)