Update OpenJ9 Docker image to Java 17.

This commit is contained in:
Kavin 2022-08-17 20:36:14 +05:30
parent 8517a1f12f
commit 99cff08c88
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -1,4 +1,4 @@
FROM ibm-semeru-runtimes:open-11-jdk AS build
FROM ibm-semeru-runtimes:open-17-jdk AS build
WORKDIR /app/
@ -7,7 +7,7 @@ COPY . /app/
RUN --mount=type=cache,target=/root/.gradle/caches/ \
./gradlew shadowJar
FROM ibm-semeru-runtimes:open-11-jre
FROM ibm-semeru-runtimes:open-17-jre
WORKDIR /app/