Skip to content

Commit 80ac0fc

Browse files
authored
Upgrade neo sdk version
1 parent bbca655 commit 80ac0fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ LABEL org.opencontainers.image.source=https://github.com/SAP/devops-docker-neo-c
44
LABEL org.opencontainers.image.description="An image for the SAP neo cli"
55
LABEL org.opencontainers.image.licenses=Apache-2.0
66

7+
ARG NEO_SDK_VERSION=1.163.6
8+
79
RUN apk add --no-cache bash && \
8-
mvn --batch-mode com.sap.cloud:neo-javaee7-wp-maven-plugin:1.154.5.2:install-sdk -DsdkInstallPath=sdk -Dincludes=tools/**,license/**,sdk.version && \
10+
mvn --batch-mode com.sap.cloud:neo-javaee7-wp-maven-plugin:${NEO_SDK_VERSION}:install-sdk -DsdkInstallPath=sdk -Dincludes=tools/**,license/**,sdk.version && \
911
chmod -R 777 sdk && \
1012
ln -s /sdk/tools/neo.sh /usr/bin/neo.sh && \
1113
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)