diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index 48a2cddb65..7c45d5dd67 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -6,7 +6,7 @@ COPY . . ENV GO_PACKAGE github.com/openshift/cluster-authentication-operator RUN go build -ldflags "-X $GO_PACKAGE/pkg/version.versionFromGit=$(git describe --long --tags --abbrev=7 --match 'v[0-9]*')" -tags="${TAGS}" -o authentication-operator ./cmd/authentication-operator -FROM registry.ci.openshift.org/ocp/4.18:base-rhel9 +FROM registry.ci.openshift.org/ocp/4.19:base-rhel9 COPY --from=builder /go/src/github.com/openshift/cluster-authentication-operator/authentication-operator /usr/bin/ COPY manifests /manifests ENTRYPOINT ["/usr/bin/authentication-operator"]