chore(deps): update grafana/grafana-oss docker tag to v10.4.1 (#2904)

This commit is contained in:
renovate[bot] 2024-03-21 23:12:44 +00:00 committed by GitHub
parent fbeb032acb
commit e92b002c70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "grafana", "id": "grafana",
"tipi_version": 24, "tipi_version": 25,
"version": "10.4.0", "version": "10.4.1",
"categories": [ "categories": [
"data" "data"
], ],

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
grafana: grafana:
container_name: grafana container_name: grafana
image: grafana/grafana-oss:10.4.0 image: grafana/grafana-oss:10.4.1
ports: ports:
- ${APP_PORT}:3000 - ${APP_PORT}:3000
volumes: volumes: