diff --git a/Dockerfile b/Dockerfile index 6f5d8b9a..1878ae32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # build agent -FROM registry.access.redhat.com/ubi9/go-toolset:9.7 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:9.8-1781595303 AS builder COPY images/assets/agent-scan . RUN go mod download diff --git a/tools/agents/agent-alertmanager/Containerfile b/tools/agents/agent-alertmanager/Containerfile index 359c24b3..6b3c1bdd 100644 --- a/tools/agents/agent-alertmanager/Containerfile +++ b/tools/agents/agent-alertmanager/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:9.7 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:9.8-1781595303 AS builder WORKDIR /opt/app-root/src COPY go.work go.work.sum ./ diff --git a/tools/agents/agent-splunk/Containerfile b/tools/agents/agent-splunk/Containerfile index c315d4a7..e2e3f78b 100644 --- a/tools/agents/agent-splunk/Containerfile +++ b/tools/agents/agent-splunk/Containerfile @@ -1,5 +1,5 @@ # Build stage -FROM registry.access.redhat.com/ubi9/go-toolset:9.7 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:9.8-1781595303 AS builder WORKDIR /opt/app-root/src