File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# Build the manager binary
22ARG DIST_IMG=gcr.io/distroless/static:nonroot
33
4- ARG GO_VERSION=1.24.9 -alpine
4+ ARG GO_VERSION=1.24.11 -alpine
55
66FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS builder
77
Original file line number Diff line number Diff line change 11# Build the dataprotection binary
22ARG DIST_IMG=gcr.io/distroless/static:nonroot
33
4- ARG GO_VERSION=1.24.9 -alpine
4+ ARG GO_VERSION=1.24.11 -alpine
55
66FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS builder
77
Original file line number Diff line number Diff line change 11# Build the manager binary
22ARG DIST_IMG=registry.access.redhat.com/ubi9:9.6
33
4- ARG GO_VERSION=1.24.9 -alpine
4+ ARG GO_VERSION=1.24.11 -alpine
55
66FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS builder
77
Original file line number Diff line number Diff line change 1111#TARGETARCH - Architecture from --platform, e.g. arm64
1212#TARGETVARIANT - used to set target ARM variant, e.g. v7
1313
14- ARG GO_VERSION=1.24.9 -alpine
14+ ARG GO_VERSION=1.24.11 -alpine
1515
1616FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS builder
1717ARG TARGETOS
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ module github.com/apecloud/kubeblocks
22
33go 1.24.0
44
5+ toolchain go1.24.11
6+
57require (
68 cuelang.org/go v0.8.0
79 github.com/Masterminds/semver/v3 v3.2.1
You can’t perform that action at this time.
0 commit comments