Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tools]
go = "1.25.7"
node = "25.6.0"
go = "1.26.0"
node = "25.6.1"
pinact = "3.8.0"
pnpm = "10.28.2"
yq = "4.52.2"
pnpm = "10.29.3"
yq = "4.52.4"
2 changes: 1 addition & 1 deletion prometheus-starter/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.25-alpine AS builder
FROM golang:1.26-alpine AS builder
WORKDIR /app
COPY go.mod go.sum ./
RUN go mod download
Expand Down
4 changes: 2 additions & 2 deletions prometheus-starter/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- monitoring

grafana:
image: grafana/grafana@sha256:5c1eb28c96c2a8a103384183fb2c32f9cb499904b310b9ba8cdd6bdae435509a # grafana/grafana:latest
image: grafana/grafana@sha256:62a54c76afbeea0b8523b7afcd9e7ee1f0e39806035fd90ffc333a19e9358f2f # grafana/grafana:latest
volumes:
- ./grafana/provisioning:/etc/grafana/provisioning
ports:
Expand All @@ -28,7 +28,7 @@ services:
- monitoring

k6:
image: grafana/k6@sha256:9e00f7d343a75b42fbc385965a1cfa5fa59d2bbc8e01341ef2a605d2cc380305 # grafana/k6:latest
image: grafana/k6@sha256:921615e9eca699e9b8b714dab1262f3ef760b061dc3800f5cc07107e653afd54 # grafana/k6:latest
volumes:
- ./k6:/scripts
command: run /scripts/script.js
Expand Down