diff --git a/mise.toml b/mise.toml index 0681e00..63b5eb3 100644 --- a/mise.toml +++ b/mise.toml @@ -1,6 +1,6 @@ [tools] -go = "1.26.1" -node = "25.8.1" -pinact = "3.8.0" -pnpm = "10.32.1" -yq = "4.52.4" +go = "1.26.2" +node = "25.9.0" +pinact = "3.9.2" +pnpm = "10.33.2" +yq = "4.53.2" diff --git a/prometheus-starter/app/Dockerfile b/prometheus-starter/app/Dockerfile index da74f8a..e411b12 100644 --- a/prometheus-starter/app/Dockerfile +++ b/prometheus-starter/app/Dockerfile @@ -6,7 +6,7 @@ COPY . . RUN go build -o main . # alpine:latest -FROM alpine@sha256:59855d3dceb3ae53991193bd03301e082b2a7faa56a514b03527ae0ec2ce3a95 +FROM alpine@sha256:4d889c14e7d5a73929ab00be2ef8ff22437e7cbc545931e52554a7b00e123d8b WORKDIR /root/ COPY --from=builder /app/main . EXPOSE 8080 diff --git a/prometheus-starter/compose.yaml b/prometheus-starter/compose.yaml index 30269cb..3676b2b 100644 --- a/prometheus-starter/compose.yaml +++ b/prometheus-starter/compose.yaml @@ -7,7 +7,7 @@ services: - monitoring prometheus: - image: prom/prometheus:v3.10.0@sha256:4a61322ac1103a0e3aea2a61ef1718422a48fa046441f299d71e660a3bc71ae9 + image: prom/prometheus:v3.11.3@sha256:e4254400b85610324913f0dc4acf92603d9984e7519414c5a12811aa6146acc3 volumes: - ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml ports: @@ -16,7 +16,7 @@ services: - monitoring grafana: - image: grafana/grafana:12.4.1@sha256:e932bd6ed0e026595b08483cd0141e5103e1ab7ff8604839ff899b8dc54cabcb + image: grafana/grafana:12.4.3@sha256:2e986801428cd689c2358605289c90ab37d2b39e24808874971f54c99bcdc412 volumes: - ./grafana/provisioning:/etc/grafana/provisioning ports: @@ -28,7 +28,7 @@ services: - monitoring k6: - image: grafana/k6:1.6.1@sha256:a5ad6bc089a08d77c3ec49f3db8c6fa7a148e4073efcac44c675dbaf3568d8e1 + image: grafana/k6:1.7.1@sha256:4fd3a694926b064d3491d9b02b01cde886583c4931f1223816e3d9a7bdfa7e0f volumes: - ./k6:/scripts command: run /scripts/script.js