Skip to content

Commit b20731a

Browse files
committed
updated Dockerfile
1 parent 8d6f616 commit b20731a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dockerfiles/official/18/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN export GNUPGHOME="$(mktemp -d)" \
1111
&& gpgconf --kill all && rm -rf "$GNUPGHOME" \
1212
&& echo "deb http://dist.sapmachine.io/debian/amd64/ ./" > /etc/apt/sources.list.d/sapmachine.list \
1313
&& apt-get update \
14-
&& apt-get -y --no-install-recommends install sapmachine-18-jdk=18.0.2 \
14+
&& apt-get -y --no-install-recommends install sapmachine-18-jdk=18.0.2.1 \
1515
&& rm -rf /var/lib/apt/lists/*
1616

1717
ENV JAVA_HOME=/usr/lib/jvm/sapmachine-18

dockerfiles/official/18/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
### Overview
33

4-
The image in this repository contains the stable releases 18 (version: 18.0.2) of the SapMachine Java virtual machine (JVM). SapMachine is an OpenJDK based JVM that is build, quality tested and long-term supported by SAP. It is the default JVM on the [SAP Cloud Platform](https://cloudplatform.sap.com/index.html) and it is also supported as a [Standard JRE](https://github.com/cloudfoundry/java-buildpack/blob/master/docs/jre-sap_machine_jre.md) in the [Cloud Foundry Java Build Pack](https://github.com/cloudfoundry/java-buildpack).
4+
The image in this repository contains the stable releases 18 (version: 18.0.2.1) of the SapMachine Java virtual machine (JVM). SapMachine is an OpenJDK based JVM that is build, quality tested and long-term supported by SAP. It is the default JVM on the [SAP Cloud Platform](https://cloudplatform.sap.com/index.html) and it is also supported as a [Standard JRE](https://github.com/cloudfoundry/java-buildpack/blob/master/docs/jre-sap_machine_jre.md) in the [Cloud Foundry Java Build Pack](https://github.com/cloudfoundry/java-buildpack).
55

66
For more information see the [SapMachine website](https://sapmachine.io).
77

0 commit comments

Comments
 (0)