From e432992adb099a46334ad5a9eb56777cfbe94849 Mon Sep 17 00:00:00 2001 From: Oliver Feldmann Date: Wed, 2 Apr 2025 12:12:11 +0200 Subject: [PATCH 1/2] bump version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 09a689e..c27bb5c 100755 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/SAP/devops-docker-neo-c LABEL org.opencontainers.image.description="An image for the SAP neo cli" LABEL org.opencontainers.image.licenses=Apache-2.0 -ARG NEO_SDK_VERSION=1.185.3 +ARG NEO_SDK_VERSION=1.120.2 RUN apk add --no-cache bash && \ mvn --batch-mode com.sap.cloud:neo-javaee7-wp-maven-plugin:${NEO_SDK_VERSION}:install-sdk -DsdkInstallPath=sdk -Dincludes=tools/**,license/**,sdk.version && \ From b7626fc7880c345320d93801ad3459e5a8b2b503 Mon Sep 17 00:00:00 2001 From: Oliver Feldmann Date: Wed, 2 Apr 2025 12:14:05 +0200 Subject: [PATCH 2/2] bump version up --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c27bb5c..4a05a8c 100755 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/SAP/devops-docker-neo-c LABEL org.opencontainers.image.description="An image for the SAP neo cli" LABEL org.opencontainers.image.licenses=Apache-2.0 -ARG NEO_SDK_VERSION=1.120.2 +ARG NEO_SDK_VERSION=1.196.6 RUN apk add --no-cache bash && \ mvn --batch-mode com.sap.cloud:neo-javaee7-wp-maven-plugin:${NEO_SDK_VERSION}:install-sdk -DsdkInstallPath=sdk -Dincludes=tools/**,license/**,sdk.version && \