Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi8/go-toolset docker…
Browse files Browse the repository at this point in the history
… tag to v1.21.11-1.1720406008

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Jul 23, 2024
1 parent 323a919 commit ae913b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tekton/frontend-operator-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11-1.1720406008
env:
- name: SNAPSHOT
value: $(params.SNAPSHOT)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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.11-1.1720406008 as base

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.pr
Original file line number Diff line number Diff line change
@@ -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.11-1.1720406008
USER 0
RUN dnf install -y openssh-clients git podman make which go jq python3
RUN mkdir /root/go -p
Expand Down

0 comments on commit ae913b7

Please sign in to comment.