diff --git a/Containerfile.api b/Containerfile.api index fd0b0b1..f286f47 100644 --- a/Containerfile.api +++ b/Containerfile.api @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/go-toolset as builder WORKDIR /app -RUN curl -o /app/rhcos-live.x86_64.iso https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/latest/rhcos-live.x86_64.iso +RUN curl -Lo /app/rhcos-live.x86_64.iso https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/latest/rhcos-live.x86_64.iso COPY go.mod go.sum ./ RUN go mod download