diff --git a/Dockerfile b/Dockerfile index 03cbc28671..200ad5314a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.25.8 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782980183 AS builder COPY --chown=1001:0 . . ENV GOFLAGS=-buildvcs=false diff --git a/images/Dockerfile.e2e b/images/Dockerfile.e2e index a57bdbfffc..5524080d7b 100644 --- a/images/Dockerfile.e2e +++ b/images/Dockerfile.e2e @@ -1,5 +1,5 @@ # The image is for Prow CI steps to manage the ROSA cluster lifecycle and testing -FROM registry.access.redhat.com/ubi9/go-toolset:1.25.8 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782980183 as builder WORKDIR /rosa USER root ENV GOBIN=/go/bin @@ -13,13 +13,13 @@ RUN go test -c -o /go/bin/rosatest ./tests/e2e RUN rosa verify openshift-client RUN rosatest --ginkgo.no-color --ginkgo.label-filter "e2e-commit" -FROM registry.access.redhat.com/ubi9/go-toolset:1.25.8 AS rosa-support +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782980183 AS rosa-support WORKDIR /opt/app-root/src/rosa-support RUN go install github.com/openshift-online/rosa-support@latest FROM registry.ci.openshift.org/ci/cli-ocm:latest as ocmcli -FROM registry.access.redhat.com/ubi9/go-toolset:1.25.8 +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782980183 USER root COPY --from=builder /go/bin/rosa* /usr/bin COPY --from=builder /rosa/tests/ci/data /rosa/tests/ci/data diff --git a/images/Dockerfile.konflux b/images/Dockerfile.konflux index 3a31fee397..5f52cabeb0 100644 --- a/images/Dockerfile.konflux +++ b/images/Dockerfile.konflux @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.25.8 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782980183 AS builder WORKDIR /rosa USER root COPY . .