diff --git a/Dockerfile.assisted-service-build b/Dockerfile.assisted-service-build index 1ade41e91598..03d3b0e7f0ed 100644 --- a/Dockerfile.assisted-service-build +++ b/Dockerfile.assisted-service-build @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.24 AS golang +FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS golang RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.8 RUN go install gotest.tools/gotestsum@latest diff --git a/Dockerfile.assisted-service-debug b/Dockerfile.assisted-service-debug index e8fb44161588..457c84da2687 100644 --- a/Dockerfile.assisted-service-debug +++ b/Dockerfile.assisted-service-debug @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.24 AS golang +FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS golang RUN GOFLAGS=-mod=mod go install github.com/go-delve/delve/cmd/dlv@v1.21.2 diff --git a/Dockerfile.assisted-service-rhel9-mce b/Dockerfile.assisted-service-rhel9-mce index 342e655c14c8..ecce792b755a 100644 --- a/Dockerfile.assisted-service-rhel9-mce +++ b/Dockerfile.assisted-service-rhel9-mce @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.24 AS builder +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/ci-images/Dockerfile.base b/ci-images/Dockerfile.base index 079fd81c03e4..22a2d58c577c 100644 --- a/ci-images/Dockerfile.base +++ b/ci-images/Dockerfile.base @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.24 AS golang +FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS golang RUN go install gotest.tools/gotestsum@latest