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

This commit is contained in:
renovate[bot] 2023-12-19 13:28:21 +00:00 committed by GitHub
parent 3e0e3801c4
commit f9a66ca87b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": 20, "tipi_version": 21,
"version": "10.2.2", "version": "10.2.3",
"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.2.2 image: grafana/grafana-oss:10.2.3
ports: ports:
- ${APP_PORT}:3000 - ${APP_PORT}:3000
volumes: volumes: