Skip to content

Commit 79e4015

Browse files
Merge pull request #1272 from DavidHurta/fix-build-image-script
NO-JIRA: hack/build-image.sh: Update Dockerfile reference
2 parents 2370eb1 + 41f5edb commit 79e4015

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ if [ -z ${VERSION_OVERRIDE+a} ]; then
2222
fi
2323

2424
set -x
25-
podman build -t "cluster-version-operator:${VERSION_OVERRIDE}" -f Dockerfile --no-cache
25+
podman build -t "cluster-version-operator:${VERSION_OVERRIDE}" -f Dockerfile.rhel --no-cache

0 commit comments

Comments
 (0)