diff --git a/build/forklift-api/Containerfile b/build/forklift-api/Containerfile index ac8362380..bd2d39eb9 100644 --- a/build/forklift-api/Containerfile +++ b/build/forklift-api/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-9 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.22.7-1733160835 AS builder WORKDIR /app COPY --chown=1001:0 ./ ./ ENV GOFLAGS "-mod=vendor -tags=strictfipsruntime" diff --git a/build/forklift-controller/Containerfile b/build/forklift-controller/Containerfile index 7931f9a72..adabf1a1c 100644 --- a/build/forklift-controller/Containerfile +++ b/build/forklift-controller/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-9 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.22.7-1733160835 AS builder WORKDIR /app COPY --chown=1001:0 ./ ./ ENV GOFLAGS "-mod=vendor -tags=strictfipsruntime" diff --git a/build/openstack-populator/Containerfile b/build/openstack-populator/Containerfile index bc5e547f5..d4f2861f3 100644 --- a/build/openstack-populator/Containerfile +++ b/build/openstack-populator/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-9 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.22.7-1733160835 AS builder WORKDIR /app COPY --chown=1001:0 ./ ./ ENV GOFLAGS "-mod=vendor -tags=strictfipsruntime" diff --git a/build/ova-provider-server/Containerfile b/build/ova-provider-server/Containerfile index 58e7447e1..67fe72977 100644 --- a/build/ova-provider-server/Containerfile +++ b/build/ova-provider-server/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-9 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.22.7-1733160835 AS builder WORKDIR /app COPY --chown=1001:0 ./ ./ ENV GOFLAGS "-mod=vendor -tags=strictfipsruntime" diff --git a/build/populator-controller/Containerfile b/build/populator-controller/Containerfile index 1eea4440c..c5a4b6802 100644 --- a/build/populator-controller/Containerfile +++ b/build/populator-controller/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-9 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.22.7-1733160835 AS builder WORKDIR /app COPY --chown=1001:0 ./ ./ ENV GOFLAGS "-mod=vendor -tags=strictfipsruntime" diff --git a/build/virt-v2v/Containerfile b/build/virt-v2v/Containerfile index 50b618084..15ade76c0 100644 --- a/build/virt-v2v/Containerfile +++ b/build/virt-v2v/Containerfile @@ -16,7 +16,7 @@ RUN mkdir -p /usr/local/lib/guestfs/appliance && \ qemu-img convert -c -O qcow2 root root.qcow2 && \ mv -vf root.qcow2 root -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.13-2.1727893526 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.22.7-1733160835 AS builder WORKDIR /app COPY --chown=1001:0 ./ ./ ENV GOFLAGS "-mod=vendor -tags=strictfipsruntime" diff --git a/build/virt-v2v/Containerfile-upstream b/build/virt-v2v/Containerfile-upstream index 71ef7c2a7..3e0772025 100644 --- a/build/virt-v2v/Containerfile-upstream +++ b/build/virt-v2v/Containerfile-upstream @@ -1,5 +1,5 @@ # Build virt-v2v binary -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-9.1726696856 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.22.7-1733160835 AS builder WORKDIR /app COPY --chown=1001:0 ./ ./ ENV GOFLAGS "-mod=vendor -tags=strictfipsruntime"