Skip to content

Commit bca030a

Browse files
chore(deps): update grafana/pyroscope docker tag to v1.16.0
| datasource | package | from | to | | ---------- | ----------------- | ------ | ------ | | docker | grafana/pyroscope | 1.14.0 | 1.16.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 43133ae commit bca030a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose.grafana-local-stack.microservices.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ services:
177177
- "9090:9090"
178178

179179
pyroscope:
180-
image: grafana/pyroscope:1.14.0
180+
image: grafana/pyroscope:1.16.0@sha256:58e49fa3443195c7b95f5c9821ce8920a8627f215c2ccdf955a9cd78c76a3468
181181
container_name: pyroscope
182182
labels:
183183
- "service.type=instrumentation"

compose.grafana-local-stack.monolithic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ services:
100100
- "9090:9090"
101101

102102
pyroscope:
103-
image: grafana/pyroscope:1.14.0
103+
image: grafana/pyroscope:1.16.0@sha256:58e49fa3443195c7b95f5c9821ce8920a8627f215c2ccdf955a9cd78c76a3468
104104
container_name: pyroscope
105105
labels:
106106
- "service.type=instrumentation"

0 commit comments

Comments
 (0)