Skip to content

Commit 3dc4a11

Browse files
committed
updated Dockerfile
1 parent 5339b72 commit 3dc4a11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dockerfiles/official/17/Dockerfile

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

1919
ENV JAVA_HOME=/usr/lib/jvm/sapmachine-17

dockerfiles/official/17/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 long term support releases 17 (version: 17) 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 long term support releases 17 (version: 17.0.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)