docker/Dockerfile
... ...
@@ -4,7 +4,7 @@ FROM eclipse-temurin:8-jdk
4 4
# the configuration/github-download-release-assets.sh script to
5 5
# obtain the tar.gz file for a specific or the latest "main" release.
6 6
# To build with an SAP JVM 8 base image built using Dockerfile_sapjvm, use something like:
7
-#FROM sapjvm8:8.1.103
7
+#FROM sapjvm8:8.1.108
8 8
ARG RELEASE
9 9
LABEL maintainer=axel.uhl@sap.com
10 10
LABEL org.opencontainers.image.description="Sailing Analytics with Java 8"
docker/Dockerfile_sapjvm
... ...
@@ -1,5 +1,5 @@
1 1
FROM buildpack-deps:bullseye
2
-ARG SAPJVM_VERSION=8.1.107
2
+ARG SAPJVM_VERSION=8.1.108
3 3
LABEL maintainer=axel.uhl@sap.com
4 4
# Download and extract the SAP JVM 8
5 5
ENV PATH=${PATH}:/opt/sapjvm_8/bin
docker/Dockerfile_windestimation
... ...
@@ -1,4 +1,4 @@
1
-ARG SAPJVM_VERSION=8.1.103
1
+ARG SAPJVM_VERSION=8.1.108
2 2
FROM docker.sapsailing.com/sapjvm8:${SAPJVM_VERSION}
3 3
LABEL maintainer=axel.uhl@sap.com
4 4
# Download and extract the release