mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-26 01:44:19 +00:00
Bump Golang and golang.org/x/net to fix CVEs.
Also fix CVE for Restic. Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
This commit is contained in:
+2
-2
@@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
# Velero binary build section
|
||||
FROM --platform=$BUILDPLATFORM golang:1.23.7-bookworm AS velero-builder
|
||||
FROM --platform=$BUILDPLATFORM golang:1.23.8-bookworm AS velero-builder
|
||||
|
||||
ARG GOPROXY
|
||||
ARG BIN
|
||||
@@ -49,7 +49,7 @@ RUN mkdir -p /output/usr/bin && \
|
||||
go clean -modcache -cache
|
||||
|
||||
# Restic binary build section
|
||||
FROM --platform=$BUILDPLATFORM golang:1.23.7-bookworm AS restic-builder
|
||||
FROM --platform=$BUILDPLATFORM golang:1.23.8-bookworm AS restic-builder
|
||||
|
||||
ARG GOPROXY
|
||||
ARG BIN
|
||||
|
||||
Reference in New Issue
Block a user