upgrade SAP JVM to 8.1.094

This commit is contained in:
Axel Uhl
2023-06-27 13:06:57 +02:00
parent 2dec85cef6
commit 121a7341df
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM docker.sapsailing.com/sapjvm8:8.1.092
FROM docker.sapsailing.com/sapjvm8:8.1.094
ARG RELEASE
LABEL maintainer=axel.uhl@sap.com
# Download and extract the release
+1 -1
View File
@@ -1,5 +1,5 @@
FROM buildpack-deps:latest
ARG SAPJVM_VERSION=8.1.092
ARG SAPJVM_VERSION=8.1.094
LABEL maintainer=axel.uhl@sap.com
# Download and extract the SAP JVM 8
ENV PATH=${PATH}:/opt/sapjvm_8/bin