diff --git a/Dockerfile b/Dockerfile index 96cf8f5..bb3add5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.12-alpine@sha256:56961d79ea8129efddcc0b8643fd8a5416b4e6228cfd477e3fd61deb2672c587 AS builder +FROM golang:1.26.6-alpine@sha256:af8d6740070b8906d12eae1c3e3ea0957fb63f492051ea05e354c38ef9fe88df AS builder SHELL ["/bin/ash", "-o", "pipefail", "-ex", "-c"] diff --git a/go.mod b/go.mod index 1f7a8aa..b0f75de 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,9 @@ module github.com/libops/cap go 1.25.8 require ( - github.com/GoogleCloudPlatform/prometheus-engine v0.8.0 + github.com/GoogleCloudPlatform/prometheus-engine v0.17.2 github.com/go-kit/log v0.2.1 - github.com/prometheus/client_golang v1.23.2 + github.com/prometheus/client_golang v1.24.1 github.com/prometheus/prometheus v1.99.0 )