Bump build base version to v1.25.3b1 (#61)

This commit is contained in:
github-actions[bot] 2025-10-14 13:42:24 -07:00 committed by GitHub
parent 89e688630b
commit f11bf1e5ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARG GO_IMAGE=rancher/hardened-build-base:v1.25.1b1
ARG GO_IMAGE=rancher/hardened-build-base:v1.25.3b1
FROM ${GO_IMAGE} as builder
# setup required packages
RUN set -x && \