Skip to content

Commit 353bf7c

Browse files
Update neo cli version (#22)
1 parent 0971e57 commit 353bf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM maven:3.5-jdk-8-alpine
22

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

0 commit comments

Comments
 (0)