Skip to content

Commit 3d11d25

Browse files
Update registry.access.redhat.com/ubi9/go-toolset Docker tag to v9.6-1760420453 (#147)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 4625226 commit 3d11d25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Containerfile.gatekeeper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Based on ./gatekeeper/Dockerfile
2-
FROM registry.access.redhat.com/ubi9/go-toolset:9.6-1758501173 as builder
2+
FROM registry.access.redhat.com/ubi9/go-toolset:9.6-1760420453 as builder
33
USER 0
44
COPY drift-detection/detector.sh /detector.sh
55
# Check to see if we need to react to any uptream changes

Containerfile.gatekeeper-operator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Based on ./gatekeeper-operator/Dockerfile
22
# Build the manager binary
3-
FROM registry.access.redhat.com/ubi9/go-toolset:9.6-1758501173 as builder
3+
FROM registry.access.redhat.com/ubi9/go-toolset:9.6-1760420453 as builder
44
USER 0
55
COPY drift-detection/detector.sh /detector.sh
66
# Check to see if we need to react to any uptream changes

0 commit comments

Comments
 (0)