From 7c2c64effcbc777f014054f233d9aa9b4d0f085c Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:08:28 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/go-toolset docker tag to v1.21.9-3.1718100004 --- .tekton/frontend-operator-pull-request.yaml | 2 +- Dockerfile | 2 +- build/Dockerfile.pr | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.tekton/frontend-operator-pull-request.yaml b/.tekton/frontend-operator-pull-request.yaml index 7f87e6a1..31c0224f 100644 --- a/.tekton/frontend-operator-pull-request.yaml +++ b/.tekton/frontend-operator-pull-request.yaml @@ -207,7 +207,7 @@ spec: - name: TEST_OUTPUT description: Test output steps: - - image: registry.access.redhat.com/ubi8/go-toolset:1.20.12-5.1712568462 + - image: registry.access.redhat.com/ubi8/go-toolset:1.21.9-3.1718100004 env: - name: SNAPSHOT value: $(params.SNAPSHOT) diff --git a/Dockerfile b/Dockerfile index 47c62ce6..35aff55e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-5.1713833129 as base +FROM registry.access.redhat.com/ubi8/go-toolset:1.21.9-3.1718100004 as base WORKDIR /workspace diff --git a/build/Dockerfile.pr b/build/Dockerfile.pr index 32887cf7..4b76be2b 100644 --- a/build/Dockerfile.pr +++ b/build/Dockerfile.pr @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/go-toolset:1.19.13-2.1698062273 +FROM registry.access.redhat.com/ubi8/go-toolset:1.21.9-3.1718100004 USER 0 RUN dnf install -y openssh-clients git podman make which go jq python3 RUN mkdir /root/go -p