Skip to content

Commit cac90b5

Browse files
chore(deps): update docker digest updates
1 parent 89d3f5d commit cac90b5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ARG TARGETARCH
2020
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags="-s -w" -o mcp-grafana ./cmd/mcp-grafana
2121

2222
# Final stage
23-
FROM debian:bookworm-slim@sha256:f06537653ac770703bc45b4b113475bd402f451e85223f0f2837acbf89ab020a
23+
FROM debian:bookworm-slim@sha256:4724b8cc51e33e398f0e2e15e18d5ec2851ff0c2280647e1310bc1642182655d
2424

2525
LABEL io.modelcontextprotocol.server.name="io.github.grafana/mcp-grafana"
2626

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ services:
1717
target: /var/lib/grafana/empty-alerts-folder
1818

1919
renderer:
20-
image: grafana/grafana-image-renderer:latest@sha256:bdd4b9d3d529710406aa00fc567a0f3d637c94bdbfff569081ef88e8f157bee3
20+
image: grafana/grafana-image-renderer:latest@sha256:1f2b6832d06b4dda84267b712f51b91d20d7a3fdfca4239f042f86e100948a5c
2121
ports:
2222
- 8081
2323

2424
prometheus:
25-
image: prom/prometheus@sha256:4a61322ac1103a0e3aea2a61ef1718422a48fa046441f299d71e660a3bc71ae9
25+
image: prom/prometheus@sha256:759ea6db49103737f2a6f420b0d1632062d8ad99dec086c76db605fd0bf23e15
2626
ports:
2727
- "9090:9090"
2828
entrypoint: /etc/prometheus/entrypoint.sh

0 commit comments

Comments
 (0)