Skip to content

Commit c395c28

Browse files
fix(deps): update bump-dependencies
1 parent cf35dbc commit c395c28

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.12-alpine@sha256:56961d79ea8129efddcc0b8643fd8a5416b4e6228cfd477e3fd61deb2672c587 AS builder
1+
FROM golang:1.26.5-alpine@sha256:0178a641fbb4858c5f1b48e34bdaabe0350a330a1b1149aabd498d0699ff5fb2 AS builder
22

33
SHELL ["/bin/ash", "-o", "pipefail", "-ex", "-c"]
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/libops/cap
33
go 1.25.8
44

55
require (
6-
github.com/GoogleCloudPlatform/prometheus-engine v0.8.0
6+
github.com/GoogleCloudPlatform/prometheus-engine v0.17.2
77
github.com/go-kit/log v0.2.1
88
github.com/prometheus/client_golang v1.23.2
99
github.com/prometheus/prometheus v1.99.0

0 commit comments

Comments
 (0)