Skip to content

Commit fbf6f5c

Browse files
Merge pull request #1197 from ayushsatyam146/update-golang-1.22
BUILD-1165: Updating Dockerfile to us golang 1.22 image
2 parents 04d9ab0 + 86a422b commit fbf6f5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM registry.redhat.io/ubi8/go-toolset:1.21.13-1.1727869850 AS builder
1+
FROM registry.redhat.io/ubi8/go-toolset:1.22.7-5 AS builder
22

3-
ENV S2I_GIT_VERSION="1.4.1" \
3+
ENV S2I_GIT_VERSION="1.5.0" \
44
S2I_GIT_MAJOR="1" \
5-
S2I_GIT_MINOR="4"
5+
S2I_GIT_MINOR="5"
66

77
COPY . .
88

@@ -32,4 +32,4 @@ LABEL \
3232
io.k8s.display-name="Source-to-Image" \
3333
io.openshift.tags="source-to-image,s2i" \
3434
io.openshift.maintainer.product="OpenShift Container Platform" \
35-
io.openshift.maintainer.component="Source-to-Image" \
35+
io.openshift.maintainer.component="Source-to-Image" \

0 commit comments

Comments
 (0)