1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

Merge pull request #8062 from kubeservice-stack/update-thanos-v0.40.1

chore: Update thanos version to v0.40.1 and golang version to 1.25
This commit is contained in:
dongjiang
2025-11-25 04:35:15 +08:00
committed by GitHub
parent c31716ba07
commit 83ed01170f
10 changed files with 13 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
ARG ARCH=amd64
ARG OS=linux
ARG GOLANG_BUILDER=1.24
ARG GOLANG_BUILDER=1.25
FROM quay.io/prometheus/golang-builder:${GOLANG_BUILDER}-base AS builder
WORKDIR /workspace

View File

@@ -1,6 +1,6 @@
ARG ARCH=amd64
ARG OS=linux
ARG GOLANG_BUILDER=1.24
ARG GOLANG_BUILDER=1.25
FROM quay.io/prometheus/golang-builder:${GOLANG_BUILDER}-base AS builder
WORKDIR /workspace