Skip to content

Commit a0a4079

Browse files
chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v9
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent 44ca36d commit a0a4079

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.konflux/dockerfiles/controller.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_BUILDER=registry.access.redhat.com/ubi9/go-toolset:1.25
1+
ARG GO_BUILDER=registry.access.redhat.com/ubi9/go-toolset:9.7-1776962329
22
ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest
33

44
FROM $GO_BUILDER AS builder

.konflux/dockerfiles/webhook.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_BUILDER=registry.access.redhat.com/ubi9/go-toolset:1.25
1+
ARG GO_BUILDER=registry.access.redhat.com/ubi9/go-toolset:9.7-1776962329
22
ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest
33

44
FROM $GO_BUILDER AS builder

0 commit comments

Comments
 (0)