File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ USER 1001
1111# Stage 2: Place application on a liberty server
1212# TODO: Invest in using a kernel build and use the feature manager to install
1313# needed Liberty features
14- FROM icr.io/appcafe/open-liberty:25.0.0.8 -kernel-slim-java8-openj9 -ubi
14+ FROM icr.io/appcafe/open-liberty:25.0.0.9 -kernel-slim-java8-ibmjava -ubi
1515
1616ARG VERSION=1.0
1717ARG REVISION=SNAPSHOT
@@ -21,7 +21,7 @@ COPY --chown=1001:0 server.xml /config/
2121# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
2222# using featureUtility.
2323# Only available in 'kernel-slim'. The 'full' tag already includes all features for convenience.
24- RUN features.sh
24+ RUN bash features.sh
2525
2626COPY --from=build --chown=1001:0 /target/openliberty-starter-1.0-SNAPSHOT.war /config/apps/
2727
You can’t perform that action at this time.
0 commit comments