Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi9/go-toolset Docker tag to v1.21…
Browse files Browse the repository at this point in the history
….11-7.1724233645

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Aug 22, 2024
1 parent 583eff1 commit 9a5d655
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 9a5d655

Please sign in to comment.