Skip to content

Commit c7d2d63

Browse files
committed
Update neo cli
1 parent 62c3380 commit c7d2d63

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
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.description="An image for the SAP neo cli"
55
LABEL org.opencontainers.image.licenses=Apache-2.0
66

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

0 commit comments

Comments
 (0)