From 7ca5e52f9c4b0b41cfa9caf35d4625b09793db08 Mon Sep 17 00:00:00 2001 From: Adam Drew Date: Wed, 16 Oct 2024 14:22:54 -0400 Subject: [PATCH] base image bumps --- Dockerfile | 2 +- build/Dockerfile.pr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c9c917a1..654f9a90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi8/go-toolset:1.21 as base +FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13-1.1727869850 as base WORKDIR /workspace diff --git a/build/Dockerfile.pr b/build/Dockerfile.pr index 48453947..41c6e218 100644 --- a/build/Dockerfile.pr +++ b/build/Dockerfile.pr @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/go-toolset:1.21 +FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13-1.1727869850 USER 0 RUN dnf install -y openssh-clients git podman make which go jq python3 RUN mkdir /root/go -p