Skip to content

Commit

Permalink
Merge pull request #25 from SAP/updateVersion
Browse files Browse the repository at this point in the history
Update Version to 1.99.8
  • Loading branch information
radsoulbeard authored Jun 21, 2021
2 parents 353bf7c + f041870 commit 7d5b4e8
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.89.11:install-sdk -DsdkInstallPath=sdk -Dincludes=tools/**,license/**,sdk.version && \
mvn com.sap.cloud:neo-javaee7-wp-maven-plugin:1.99.8: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 7d5b4e8

Please sign in to comment.