Skip to content

Commit 822a073

Browse files
sdmarshall79parrobe
authored andcommitted
Fix RTC ppcle_linux build (#211)
1 parent a854c4c commit 822a073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/messaging/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN find /usr/src/mymaven
3030
###############################################################################
3131
# Application runtime (JRE only, no build environment)
3232
###############################################################################
33-
FROM ibmjava:sfj
33+
FROM ibmjava:8-jre
3434
COPY --from=builder /usr/src/mymaven/target/*.jar /opt/app/
3535
COPY --from=builder /usr/src/mymaven/target/lib/*.jar /opt/app/
3636
ENTRYPOINT ["java", "-classpath", "/opt/app/*", "org.junit.platform.console.ConsoleLauncher", "-p", "com.ibm.mqcontainer.test", "--details", "verbose"]

0 commit comments

Comments
 (0)