Skip to content

Commit cfdf178

Browse files
Update registry.redhat.io/ubi9/go-toolset Docker tag to v9
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent b8b966d commit cfdf178

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.konflux/controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/go-toolset:1.23 AS builder
1+
FROM registry.redhat.io/ubi9/go-toolset:9.6 AS builder
22

33
ENV GOEXPERIMENT=strictfipsruntime
44

.konflux/git-cloner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/go-toolset:1.23 AS builder
1+
FROM registry.redhat.io/ubi9/go-toolset:9.6 AS builder
22

33
ENV GOEXPERIMENT=strictfipsruntime
44

.konflux/image-bundler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/go-toolset:1.23 AS builder
1+
FROM registry.redhat.io/ubi9/go-toolset:9.6 AS builder
22

33
ENV GOEXPERIMENT=strictfipsruntime
44

.konflux/image-processing/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/go-toolset:1.23 AS builder
1+
FROM registry.redhat.io/ubi9/go-toolset:9.6 AS builder
22

33
ENV GOEXPERIMENT=strictfipsruntime
44

.konflux/waiter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/go-toolset:1.23 AS builder
1+
FROM registry.redhat.io/ubi9/go-toolset:9.6 AS builder
22

33
ENV GOEXPERIMENT=strictfipsruntime
44

.konflux/webhook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/go-toolset:1.23 AS builder
1+
FROM registry.redhat.io/ubi9/go-toolset:9.6 AS builder
22

33
ENV GOEXPERIMENT=strictfipsruntime
44

0 commit comments

Comments
 (0)