Skip to content

Commit 62f34eb

Browse files
authored
Sync the upstream and downstream Containerfiles (#1368)
Use the same version of go in the upstream Containerfile (1.24) as in the downstream. Co-authored-by: Jiri Mencak <jmencak@users.noreply.github.com>
1 parent 6cc2ec0 commit 62f34eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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/openshift/release:rhel-9-release-golang-1.23-openshift-4.19 AS builder
1+
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-openshift-4.20 AS builder
22
WORKDIR /go/src/github.com/openshift/cluster-node-tuning-operator
33
COPY . .
44

0 commit comments

Comments
 (0)