From f1d2dcd9a31f7dceb7ea8c9c23eab0f20e6f656d Mon Sep 17 00:00:00 2001 From: Adam Drew Date: Wed, 16 Oct 2024 15:16:57 -0400 Subject: [PATCH] Maybe I got this wrong? --- Dockerfile | 2 +- build/Dockerfile.pr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 654f9a90..c7e96a16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13-1.1727869850 as base +FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13 as base WORKDIR /workspace diff --git a/build/Dockerfile.pr b/build/Dockerfile.pr index 41c6e218..87a4f665 100644 --- a/build/Dockerfile.pr +++ b/build/Dockerfile.pr @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13-1.1727869850 +FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13 USER 0 RUN dnf install -y openssh-clients git podman make which go jq python3 RUN mkdir /root/go -p