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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user