File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN make install-frontend
1313COPY web/ web/
1414RUN make build-frontend
1515
16- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23 -openshift-4.19 as go-builder
16+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24 -openshift-4.20 as go-builder
1717
1818WORKDIR /opt/app-root
1919
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN make build-frontend
1616# Almost all images from Red Hat are still on go1.21, however I found one that the cne team has
1717# created. Once official Red Hat images are available for local development and pulling this
1818# should be updated
19- FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 as go-builder
19+ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24 as go-builder
2020
2121WORKDIR /opt/app-root
2222
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ENV I18N_NAMESPACE="plugin__monitoring-console-plugin"
1919RUN make install-frontend
2020RUN make build-frontend
2121
22- FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 as go-builder
22+ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24 as go-builder
2323
2424WORKDIR /opt/app-root
2525
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN make update-plugin-name
1616ENV I18N_NAMESPACE="plugin__monitoring-console-plugin"
1717RUN make build-frontend
1818
19- FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.22 as go-builder
19+ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.24 as go-builder
2020
2121WORKDIR /opt/app-root
2222
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ENV I18N_NAMESPACE="plugin__monitoring-console-plugin"
1919RUN make install-frontend
2020RUN make build-frontend
2121
22- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23 -openshift-4.19 as go-builder
22+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24 -openshift-4.20 as go-builder
2323
2424WORKDIR /opt/app-root
2525
Original file line number Diff line number Diff line change 11module github.com/openshift/monitoring-plugin
22
3- go 1.22 .0
3+ go 1.24 .0
44
55require (
66 github.com/evanphx/json-patch v4.12.0+incompatible
You can’t perform that action at this time.
0 commit comments