We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04d9ab0 + 86a422b commit fbf6f5cCopy full SHA for fbf6f5c
Dockerfile
@@ -1,8 +1,8 @@
1
-FROM registry.redhat.io/ubi8/go-toolset:1.21.13-1.1727869850 AS builder
+FROM registry.redhat.io/ubi8/go-toolset:1.22.7-5 AS builder
2
3
-ENV S2I_GIT_VERSION="1.4.1" \
+ENV S2I_GIT_VERSION="1.5.0" \
4
S2I_GIT_MAJOR="1" \
5
- S2I_GIT_MINOR="4"
+ S2I_GIT_MINOR="5"
6
7
COPY . .
8
@@ -32,4 +32,4 @@ LABEL \
32
io.k8s.display-name="Source-to-Image" \
33
io.openshift.tags="source-to-image,s2i" \
34
io.openshift.maintainer.product="OpenShift Container Platform" \
35
- io.openshift.maintainer.component="Source-to-Image" \
+ io.openshift.maintainer.component="Source-to-Image" \
0 commit comments