diff --git a/Dockerfile b/Dockerfile index aaceefed..557c61d9 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.7-1776962329 AS builder COPY images/assets/agent-scan . RUN go mod download diff --git a/tools/agents/agent-splunk/Containerfile b/tools/agents/agent-splunk/Containerfile index c315d4a7..9e77b34b 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.7-1776962329 AS builder WORKDIR /opt/app-root/src