Skip to content

Commit c09ec08

Browse files
Merge pull request #1169 from openshift/konflux/mintmaker/master/registry.redhat.io-ubi9-go-toolset-1.x
chore(deps): update registry.redhat.io/ubi9/go-toolset docker tag to v1.21.13
2 parents 3f769b8 + 66c6c9f commit c09ec08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/go-toolset:1.20.12 AS builder
1+
FROM registry.redhat.io/ubi9/go-toolset:1.21.13 AS builder
22

33
ENV S2I_GIT_VERSION="" \
44
S2I_GIT_MAJOR="" \

Diff for: images/release/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# The standard name for this image is openshift/sti-release
55
#
6-
FROM registry.redhat.io/ubi9/go-toolset:1.20.12 AS builder
6+
FROM registry.redhat.io/ubi9/go-toolset:1.21.13 AS builder
77

88
USER root
99
ENV S2I_VERSION_FILE=/opt/app-root/src/source-to-image/sti-version-defs

0 commit comments

Comments
 (0)