Skip to content

Commit 4af460a

Browse files
committed
Merge remote-tracking branch 'upstream/master' into fix/d/s-merge-08-16-2025
2 parents 6222ec8 + 82069c7 commit 4af460a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.microshift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
# openvswitch-devel, openvswitch-ipsec, libpcap, iproute etc
1313
# ovn-kube-util, hybrid-overlay-node.exe, ovndbchecker and ovnkube-trace
1414

15-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
15+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder
1616

1717
WORKDIR /go/src/github.com/openshift/ovn-kubernetes
1818
COPY . .
1919

2020
# build the binaries
2121
RUN cd go-controller; CGO_ENABLED=0 make
2222

23-
FROM registry.ci.openshift.org/ocp/4.19:ovn-kubernetes-base
23+
FROM registry.ci.openshift.org/ocp/4.20:ovn-kubernetes-base
2424

2525
USER root
2626

0 commit comments

Comments
 (0)