Skip to content

Commit 41f5edb

Browse files
authored
hack/build-image.sh: Update Dockerfile reference
The file named `Dockerfile` was removed in the [1] commit as the file was unused. Update the outdated reference to point at the sole existing Dockerfile file in the repository. [1]: 2f996d4
1 parent d4cb3b0 commit 41f5edb

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)