Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ GO_TEST_PACKAGES=./cmd/... ./pkg/...
export CGO_ENABLED ?= 1

# Specify OCP build tools image tag when building rpm with podman
RPM_BUILDER_IMAGE_TAG := rhel-9-golang-1.24-openshift-4.20
RPM_BUILDER_IMAGE_TAG := rhel-9-golang-1.25-openshift-4.21
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
RPM_BUILDER_IMAGE_TAG := rhel-9-golang-1.25-openshift-4.21
RPM_BUILDER_IMAGE_TAG := rhel-9-golang-1.25-openshift-4.22


all: generate-config microshift etcd

Expand Down