Skip to content

Commit 52055cb

Browse files
Run update.sh
1 parent f769e80 commit 52055cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ibm-semeru-runtimes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The IBM Semeru Runtimes are free production-ready open source binaries built wit
142142
To run a pre-built japp.jar file with the latest OpenJDK 11, use the following Dockerfile:
143143

144144
```dockerfile
145-
FROM ibm-semeru-runtimes:11
145+
FROM ibm-semeru-runtimes:open-11-jdk
146146
RUN mkdir /opt/app
147147
COPY japp.jar /opt/app
148148
CMD ["java", "-jar", "/opt/app/japp.jar"]
@@ -163,7 +163,7 @@ If you are using a distribution that we don't provide an image for you can copy
163163
# Example
164164
FROM <base image>
165165
ENV JAVA_HOME=/opt/java/openjdk
166-
COPY --from=ibm-semeru-runtimes:11 $JAVA_HOME $JAVA_HOME
166+
COPY --from=ibm-semeru-runtimes:open-11-jdk $JAVA_HOME $JAVA_HOME
167167
ENV PATH="${JAVA_HOME}/bin:${PATH}"
168168
```
169169

0 commit comments

Comments
 (0)