Skip to content

Commit 39eca10

Browse files
Merge pull request #125 from openshift-bot/art-consistency-openshift-4.16-ose-network-tools
OCPBUGS-33388: Updating ose-network-tools-container image to be consistent with ART for 4.16
2 parents 01baf4d + 2367b0b commit 39eca10

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-8-release-golang-1.20-openshift-4.16
4+
tag: rhel-9-release-golang-1.21-openshift-4.16

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.16 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 AS builder
22
WORKDIR /go/src/github.com/openshift/network-tools
33
COPY . .
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/openshift/network-tools
22

3-
go 1.14
3+
go 1.21
44

55
require github.com/openshift/build-machinery-go v0.0.0-20200917070002-f171684f77ab

0 commit comments

Comments
 (0)