Skip to content

Commit

Permalink
Merge pull request #111 from openshift-bot/art-consistency-openshift-…
Browse files Browse the repository at this point in the history
…4.16-coredns

OCPBUGS-27928: Updating coredns-container image to be consistent with ART for 4.16
  • Loading branch information
openshift-merge-bot[bot] committed Jan 29, 2024
2 parents b5a4844 + ad20b18 commit 022a053
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci-operator.yaml
@@ -1,4 +1,4 @@
build_root_image:
name: release
namespace: openshift
tag: rhel-9-release-golang-1.20-openshift-4.16
tag: rhel-9-release-golang-1.21-openshift-4.16
2 changes: 1 addition & 1 deletion Dockerfile.openshift.rhel7
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.16 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 AS builder
WORKDIR /go/src/github.com/coredns/coredns
COPY . .
RUN GO111MODULE=on GOFLAGS=-mod=vendor go build -o coredns .
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/coredns/coredns

go 1.20
go 1.21

require (
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
Expand Down

0 comments on commit 022a053

Please sign in to comment.