upgrade Docker images to SAP JVM 8.0.95 and use build-deps "bullseye"

This commit is contained in:
Axel Uhl
2023-09-24 18:00:14 +02:00
parent 41a1a5653e
commit 90a496bcb3
+2 -2
View File
@@ -1,5 +1,5 @@
FROM buildpack-deps:latest
ARG SAPJVM_VERSION=8.1.094
FROM buildpack-deps:bullseye
ARG SAPJVM_VERSION=8.1.095
LABEL maintainer=axel.uhl@sap.com
# Download and extract the SAP JVM 8
ENV PATH=${PATH}:/opt/sapjvm_8/bin