Skip to content

Commit 9659c5e

Browse files
fix(deps): update bump-dependencies
1 parent e7d5cfc commit 9659c5e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.26.3-alpine3.22@sha256:be93003ee861b3b91b6ebcb22678524947e0cd786c2df3f32af520006b1e54f5 AS builder
1+
FROM golang:1.26.4-alpine3.22@sha256:727cfc3c40be55cd1bc9a4a059406b28a059857e3be752aa9d09531e12c20c56 AS builder
22

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

@@ -15,7 +15,7 @@ COPY scraper ./scraper
1515
RUN --mount=type=cache,target=/root/.cache/go-build \
1616
CGO_ENABLED=0 go build -ldflags="-s -w" -o /app/binary .
1717

18-
FROM golang:1.26.3-alpine3.22@sha256:be93003ee861b3b91b6ebcb22678524947e0cd786c2df3f32af520006b1e54f5
18+
FROM golang:1.26.4-alpine3.22@sha256:727cfc3c40be55cd1bc9a4a059406b28a059857e3be752aa9d09531e12c20c56
1919

2020
COPY --from=builder /app/binary /app/binary
2121

go.mod

Lines changed: 2 additions & 2 deletions
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
@@ -70,4 +70,4 @@ require (
7070
gopkg.in/yaml.v3 v3.0.1 // indirect
7171
)
7272

73-
replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.41.0
73+
replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.312.0

0 commit comments

Comments
 (0)