Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi9/go-toolset Docker tag to v9
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Dec 23, 2024
1 parent bed73ae commit d717cc0
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-9 as builder
FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1734626445 as builder
USER 0
COPY drift-detection/detector.sh /detector.sh
# Check to see if we need to react to any uptream changes
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-9 as builder
FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1734626445 as builder
USER 0
COPY drift-detection/detector.sh /detector.sh
# Check to see if we need to react to any uptream changes
Expand Down

0 comments on commit d717cc0

Please sign in to comment.