Skip to content

Commit

Permalink
Merge pull request #239 from RedHatInsights/konflux/mintmaker/main/re…
Browse files Browse the repository at this point in the history
…gistry.access.redhat.com-ubi8-go-toolset-1.x

Update registry.access.redhat.com/ubi8/go-toolset Docker tag to v1.22.9-1.1736925145
  • Loading branch information
adamrdrew authored Jan 29, 2025
2 parents 7c51caa + 09c3d51 commit 17b5b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.22.9-1.1736434946 as base
FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9-1.1736925145 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.22.7
FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9-1.1736925145
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 17b5b8d

Please sign in to comment.