Skip to content

Commit

Permalink
Merge pull request #34 from SAP/radsoulbeard-patch-1
Browse files Browse the repository at this point in the history
Update Neo SDK to 1.117.2
  • Loading branch information
radsoulbeard authored Mar 23, 2022
2 parents 5e5eb84 + 03764cb commit 9d35c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM maven:3.5-jdk-8-alpine

RUN apk add --no-cache bash && \
mvn com.sap.cloud:neo-javaee7-wp-maven-plugin:1.106.5:install-sdk -DsdkInstallPath=sdk -Dincludes=tools/**,license/**,sdk.version && \
mvn com.sap.cloud:neo-javaee7-wp-maven-plugin:1.117.2:install-sdk -DsdkInstallPath=sdk -Dincludes=tools/**,license/**,sdk.version && \
chmod -R 777 sdk && \
ln -s /sdk/tools/neo.sh /usr/bin/neo.sh && \
rm -rf /var/lib/apt/lists/*

0 comments on commit 9d35c62

Please sign in to comment.