chore(deps): update grafana/grafana-oss docker tag to v9.5.2 (#510)

* chore(deps): update grafana/grafana-oss docker tag to v9.5.2

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-05-14 14:32:36 -04:00 committed by GitHub
parent 9f398ca2b7
commit 5334f8a1db
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,
"exposable": true,
"id": "grafana",
"tipi_version": 4,
"version": "9.5.1",
"tipi_version": 5,
"version": "9.5.2",
"categories": [
"data"
],

View File

@ -3,7 +3,7 @@ version: "3"
services:
grafana:
container_name: grafana
image: grafana/grafana-oss:9.5.1
image: grafana/grafana-oss:9.5.2
ports:
- ${APP_PORT}:3000
user: "1000"