diff --git a/definition/docker-compose.yml b/definition/docker-compose.yml index 0968d253..c796d831 100644 --- a/definition/docker-compose.yml +++ b/definition/docker-compose.yml @@ -19,7 +19,7 @@ services: restart: unless-stopped grafana: - image: 'grafana/grafana:8.5.1' + image: 'grafana/grafana:8.5.2' environment: - 'GF_SECURITY_ADMIN_USER=${ADMIN_USER:-admin}' - 'GF_SECURITY_ADMIN_PASSWORD=${ADMIN_PASSWORD:-admin}'