chore(deps): update golang docker tag to v1.21.6

This commit is contained in:
renovate[bot]
2024-01-10 14:28:33 +00:00
committed by GitHub
parent b0613884f0
commit e2b6ccd8ef
+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.21.5} as builder
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.21.6} as builder
ARG TARGETOS
ARG TARGETARCH