Skip to content

Commit

Permalink
Bump grafana/grafana in /src/infra/monitoring/grafana (#1284)
Browse files Browse the repository at this point in the history
Bumps grafana/grafana from 9.5.15 to 9.5.16.

---
updated-dependencies:
- dependency-name: grafana/grafana
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent a018905 commit f425414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infra/monitoring/grafana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN chmod +x insertqueries.sh && ./insertqueries.sh
WORKDIR /app/healthmodelpanel
RUN npm install

FROM grafana/grafana:9.5.15
FROM grafana/grafana:9.5.16

# In order to run unsigned plugins such as our health model panel, we need to explicitly allow them in an env variable.
ENV GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS="healthmodelpanel"
Expand Down

0 comments on commit f425414

Please sign in to comment.