This is an automated email from the ASF dual-hosted git repository.

zrhoffman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new b6ed780b22 Fix Docker compose build Grafana CDN in a Box (#7844)
b6ed780b22 is described below

commit b6ed780b22f22c2176757571725ac12e31859609
Author: The Anh Nguyen <[email protected]>
AuthorDate: Fri Oct 20 04:08:48 2023 +0200

    Fix Docker compose build Grafana CDN in a Box (#7844)
    
    * fix docker-compose build Grafana
    
    * change base image to grafana/grafana:10.1.5-ubuntu
---
 infrastructure/cdn-in-a-box/optional/grafana/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/cdn-in-a-box/optional/grafana/Dockerfile 
b/infrastructure/cdn-in-a-box/optional/grafana/Dockerfile
index 4133534e21..d3f09acc0e 100644
--- a/infrastructure/cdn-in-a-box/optional/grafana/Dockerfile
+++ b/infrastructure/cdn-in-a-box/optional/grafana/Dockerfile
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-FROM grafana/grafana:5.4.3
+FROM grafana/grafana:10.1.5-ubuntu
 
 USER root
 ARG TRAFFIC_TS_RPM=traffic_stats/traffic_stats.rpm

Reply via email to