Bump chart

This commit is contained in:
Safwan
2025-09-15 14:00:18 +02:00
committed by Felix
parent 3a1cc8f348
commit bd767a7ef1
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ ARG BUILDER_IMAGE
ARG BASE_IMAGE
# Build the manager binary
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.24.4} AS builder
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.24.6} AS builder
ARG TARGETOS
ARG TARGETARCH