Skip to content

Commit e2f04bc

Browse files
authoredOct 10, 2024··
Merge pull request #1181 from sayan-biswas/update-version
Update version from 1.4.0 to 1.4.1
2 parents 572edf2 + 174a8f8 commit e2f04bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.redhat.io/ubi8/go-toolset:1.21 AS builder
22

3-
ENV S2I_GIT_VERSION="1.4.0" \
3+
ENV S2I_GIT_VERSION="1.4.1" \
44
S2I_GIT_MAJOR="1" \
55
S2I_GIT_MINOR="4"
66

@@ -24,7 +24,7 @@ LABEL \
2424
name="source-to-image/source-to-image" \
2525
description="Source-to-Image is a builder image" \
2626
summary="Source-to-Image is a builder image" \
27-
version="1.4.0" \
27+
version="1.4.1" \
2828
vendor="Red Hat, Inc." \
2929
com.redhat.component="source-to-image-container" \
3030
maintainer="openshift-builds@redhat.com" \

0 commit comments

Comments
 (0)
Please sign in to comment.