Skip to content

Commit

Permalink
Bump grafana/grafana from 8.2.7 to 10.0.1 in /microlith
Browse files Browse the repository at this point in the history
Bumps grafana/grafana from 8.2.7 to 10.0.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 23, 2023
1 parent 81da00b commit e75832d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion microlith/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG PROD_VERSION=1.0.0
ARG PROD_BUILD=999
ARG arch=amd64

FROM grafana/grafana:8.3.6 as grafana-official
FROM grafana/grafana:10.0.1 as grafana-official
FROM grafana/loki:2.4.1 as loki-official
FROM prom/prometheus:v2.33.3 as prometheus-official
FROM prom/alertmanager:v0.23.0 as alertmanager-official
Expand Down
2 changes: 1 addition & 1 deletion microlith/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PROD_VERSION=1.0.0
ARG PROD_BUILD=999
FROM grafana/grafana:8.2.7 as grafana-official
FROM grafana/grafana:10.0.1 as grafana-official
FROM grafana/loki:2.4.1 as loki-official
FROM prom/prometheus:v2.33.3 as prometheus-official
FROM prom/alertmanager:v0.23.0 as alertmanager-official
Expand Down

0 comments on commit e75832d

Please sign in to comment.