Skip to content

Commit 66c6c9f

Browse files
chore(deps): update registry.redhat.io/ubi9/go-toolset docker tag to v1.21.13
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 3f769b8 commit 66c6c9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.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="" \

images/release/Dockerfile

Lines changed: 1 addition & 1 deletion
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)