Skip to content

Commit a15c80d

Browse files
authored
Merge pull request #522 from OpenLiberty/update-24002-features-sha
Specify the correct features SHA for 24.0.0.2
2 parents eaacdb7 + 85f7dd6 commit a15c80d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

releases/24.0.0.2/full/Dockerfile.ubi.openjdk21

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM $PARENT_IMAGE AS installBundle
44

55
ARG VERBOSE=false
66
ARG LIBERTY_VERSION=24.0.0.2
7-
ARG FEATURES_SHA=6475edcd283f2f564706f23679d830af83c4dfaf
7+
ARG FEATURES_SHA=4da875dfbd1850f1ec369ba896b7022fe20498a6
88

99
# If there is a local copy of the repository use that instead
1010
COPY resources/ /tmp/

releases/latest/full/Dockerfile.ubi.openjdk21

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM $PARENT_IMAGE AS installBundle
44

55
ARG VERBOSE=false
66
ARG LIBERTY_VERSION=24.0.0.2
7-
ARG FEATURES_SHA=6475edcd283f2f564706f23679d830af83c4dfaf
7+
ARG FEATURES_SHA=4da875dfbd1850f1ec369ba896b7022fe20498a6
88

99
# If there is a local copy of the repository use that instead
1010
COPY resources/ /tmp/

0 commit comments

Comments
 (0)