From 8d7e36252a606c2468d8f8a650aac1f756efcaf6 Mon Sep 17 00:00:00 2001 From: Pete Savage Date: Mon, 23 Oct 2023 15:34:04 +0100 Subject: [PATCH] Updated images --- Dockerfile | 2 +- Dockerfile.base | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e8186b3d0..c90a56326 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN CGO_ENABLED=1 GOOS=linux GO111MODULE=on go build -o manager main.go # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1696517598 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1697626218 WORKDIR / COPY --from=builder /workspace/manager . COPY --from=builder /workspace/manifest.yaml . diff --git a/Dockerfile.base b/Dockerfile.base index eb52e5a73..ef6db2595 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-16.1696540524 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.19.13-2.1697656138 as builder USER 0 RUN dnf install -y openssh-clients git make which jq python3