upgraded Docker images to use SAP JVM 8.1.096

This commit is contained in:
Axel Uhl
2023-12-19 15:36:45 +01:00
parent 3a0a58b1e3
commit 9aff08ba79
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM docker.sapsailing.com/sapjvm8:8.1.095
FROM docker.sapsailing.com/sapjvm8:8.1.096
ARG RELEASE
LABEL maintainer=axel.uhl@sap.com
# Download and extract the release
+1 -1
View File
@@ -1,5 +1,5 @@
FROM buildpack-deps:bullseye
ARG SAPJVM_VERSION=8.1.095
ARG SAPJVM_VERSION=8.1.096
LABEL maintainer=axel.uhl@sap.com
# Download and extract the SAP JVM 8
ENV PATH=${PATH}:/opt/sapjvm_8/bin
+1 -1
View File
@@ -1,4 +1,4 @@
ARG SAPJVM_VERSION=8.1.095
ARG SAPJVM_VERSION=8.1.096
FROM docker.sapsailing.com/sapjvm8:${SAPJVM_VERSION}
LABEL maintainer=axel.uhl@sap.com
# Download and extract the release