From 35547d08e24deaba8f7d58242d8c1e858c5a4a38 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:22:17 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/go-toolset docker tag to v1.22.7-5.1733303300 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.tools | 2 +- emailsender/Dockerfile | 2 +- probe/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6e013fd7dc..8b8bbb00a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi8/go-toolset:1.21 AS build +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1733303300 AS build USER root RUN mkdir /src /rds_ca diff --git a/Dockerfile.tools b/Dockerfile.tools index f70c229419..68204f40f8 100644 --- a/Dockerfile.tools +++ b/Dockerfile.tools @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/go-toolset:1.21 AS build +FROM registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1733303300 AS build USER root RUN mkdir /src WORKDIR /src diff --git a/emailsender/Dockerfile b/emailsender/Dockerfile index 0963a3a81c..f860a48ff4 100644 --- a/emailsender/Dockerfile +++ b/emailsender/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/go-toolset:1.21 AS build +FROM registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1733303300 AS build USER root ENV GOFLAGS="-mod=mod" diff --git a/probe/Dockerfile b/probe/Dockerfile index dbc19acbcc..f223c38951 100644 --- a/probe/Dockerfile +++ b/probe/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/go-toolset:1.21 AS build +FROM registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1733303300 AS build USER root ENV GOFLAGS="-mod=mod"