File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG TERWAY_POLICY_IMAGE=registry-cn-zhangjiakou.ack.aliyuncs.com/acs/terway:poli
33
44FROM --platform=$TARGETPLATFORM ${TERWAY_POLICY_IMAGE} AS policy-dist
55
6- FROM --platform=$BUILDPLATFORM golang:1.25.3 AS builder
6+ FROM --platform=$BUILDPLATFORM golang:1.25.5 AS builder
77ARG GOPROXY
88ARG TARGETOS
99ARG TARGETARCH
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ FROM --platform=$TARGETPLATFORM ${CILIUM_BPFTOOL_IMAGE} AS bpftool-dist
1212FROM --platform=$TARGETPLATFORM ${CILIUM_IPROUTE2_IMAGE} AS iproute2-dist
1313FROM --platform=$TARGETPLATFORM ${CILIUM_IPTABLES_IMAGE} AS iptables-dist
1414
15- FROM --platform=$BUILDPLATFORM golang:1.25.3 AS builder
15+ FROM --platform=$BUILDPLATFORM golang:1.25.5 AS builder
1616ARG GOPROXY
1717ARG TARGETOS
1818ARG TARGETARCH
You can’t perform that action at this time.
0 commit comments