From 7282df33f191697b70aa2d986994ab3d7eca0b70 Mon Sep 17 00:00:00 2001 From: Oliver Feldmann Date: Wed, 3 Jul 2024 11:01:49 +0200 Subject: [PATCH 1/3] chore: update neo sdk --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4a4cc0..6c82b83 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.163.6 +ARG NEO_SDK_VERSION=1.177.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 ea856acf5df531ce9562056c67b77ddd3d088627 Mon Sep 17 00:00:00 2001 From: Oliver Feldmann Date: Wed, 3 Jul 2024 11:04:09 +0200 Subject: [PATCH 2/3] chore: update base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c82b83..bac2d83 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM maven:3.5-jdk-8-alpine +FROM maven:3.6-jdk-8-alpine LABEL org.opencontainers.image.source=https://github.com/SAP/devops-docker-neo-cli LABEL org.opencontainers.image.description="An image for the SAP neo cli" From 04444ad260922bfb638a24313d093408f6a99781 Mon Sep 17 00:00:00 2001 From: Oliver Feldmann Date: Wed, 9 Oct 2024 15:45:25 +0200 Subject: [PATCH 3/3] chore: latest neo cli version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bac2d83..09a689e 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.177.2 +ARG NEO_SDK_VERSION=1.185.3 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 && \