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

This commit is contained in:
renovate[bot] 2023-11-14 16:36:26 +00:00 committed by GitHub
parent b9663939c7
commit ef7ccec6ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "grafana", "id": "grafana",
"tipi_version": 18, "tipi_version": 19,
"version": "10.2.0", "version": "10.2.1",
"categories": [ "categories": [
"data" "data"
], ],
@ -15,5 +15,8 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"source": "https://github.com/grafana/grafana", "source": "https://github.com/grafana/grafana",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

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