Skip to content

Commit 8d6f616

Browse files
committed
updated Dockerfile
1 parent 17162c7 commit 8d6f616

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
@@ -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-17-jdk=17.0.4 \
14+
&& apt-get -y --no-install-recommends install sapmachine-17-jdk=17.0.4.1 \
1515
&& rm -rf /var/lib/apt/lists/*
1616

1717
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.0.4) 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.4.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)