Skip to content

Commit a9e232d

Browse files
authored
Merge pull request #1250 from avinal/avinal/update-images
chore: use minor version tags for docker images
2 parents c301811 + c9f710f commit a9e232d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rhel8.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/go-toolset:1.23.6-2.1747789945 AS builder
1+
FROM registry.access.redhat.com/ubi8/go-toolset:1.23 AS builder
22

33
ENV S2I_GIT_VERSION="1.5.0" \
44
S2I_GIT_MAJOR="1" \
@@ -31,4 +31,4 @@ LABEL \
3131
io.k8s.display-name="Source-to-Image" \
3232
io.openshift.tags="source-to-image,s2i" \
3333
io.openshift.maintainer.product="OpenShift Container Platform" \
34-
io.openshift.maintainer.component="Source-to-Image"
34+
io.openshift.maintainer.component="Source-to-Image"

rhel9.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/go-toolset:1.23.6-2.1747789945 AS builder
1+
FROM registry.access.redhat.com/ubi8/go-toolset:1.23 AS builder
22
ENV S2I_GIT_VERSION="1.5.0" \
33
S2I_GIT_MAJOR="1" \
44
S2I_GIT_MINOR="5"

0 commit comments

Comments
 (0)