Skip to content

Commit

Permalink
Merge pull request #63 from konflux-ci/konflux/mintmaker/main/registr…
Browse files Browse the repository at this point in the history
…y.access.redhat.com-ubi9-go-toolset-1.x

Update registry.access.redhat.com/ubi9/go-toolset Docker tag to v1.21.11-7.1724233645
  • Loading branch information
arewm authored Aug 27, 2024
2 parents 06fdcf0 + 9a5d655 commit f6a56d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile.gatekeeper
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Based on ./gatekeeper/Dockerfile
FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-7 as builder
FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-7.1724233645 as builder
USER 0
ENV LDFLAGS="-X github.com/open-policy-agent/gatekeeper/v3/pkg/version.Version=v3.15.1" \
GO111MODULE=on \
Expand Down
2 changes: 1 addition & 1 deletion Containerfile.gatekeeper-operator
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Based on ./gatekeeper-operator/Dockerfile
# Build the manager binary
FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-7 as builder
FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-7.1724233645 as builder
USER 0
ENV LDFLAGS="-X ${VERSION_PKG}.gitVersion=v3.15.1-7 \
-X ${VERSION_PKG}.gitCommit=59587323ce32580b4dffba0a09b1ca22109925db \
Expand Down

0 comments on commit f6a56d8

Please sign in to comment.