diff --git a/Dockerfile b/Dockerfile index d999ea3df0..01c0c06c8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi8/go-toolset:1.22 AS build +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi8/go-toolset:1.22.9-1.1734311333 AS build USER root RUN mkdir /src /rds_ca diff --git a/Dockerfile.tools b/Dockerfile.tools index 03b427e855..00c1c39f9d 100644 --- a/Dockerfile.tools +++ b/Dockerfile.tools @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/go-toolset:1.22 AS build +FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9-1.1734311333 AS build USER root RUN mkdir /src WORKDIR /src diff --git a/emailsender/Dockerfile b/emailsender/Dockerfile index 092ae9af7c..96a54fe699 100644 --- a/emailsender/Dockerfile +++ b/emailsender/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/go-toolset:1.22 AS build +FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9-1.1734311333 AS build USER root ENV GOFLAGS="-mod=mod" diff --git a/probe/Dockerfile b/probe/Dockerfile index 4af13b11b9..7491af223a 100644 --- a/probe/Dockerfile +++ b/probe/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/go-toolset:1.22 AS build +FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9-1.1734311333 AS build USER root ENV GOFLAGS="-mod=mod"