pin version of golang and base image

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
Lyndon-Li
2025-08-28 15:04:51 +08:00
parent 6a252dde8b
commit de1cd6dcbf
5 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
ARG OS_VERSION=1809
# Velero binary build section
FROM --platform=$BUILDPLATFORM golang:1.24-bookworm AS velero-builder
FROM --platform=$BUILDPLATFORM golang:1.24.6-bookworm AS velero-builder
ARG GOPROXY
ARG BIN