Skip to content

Commit 7bd3e38

Browse files
committed
Update to version 1.144.2
1 parent 0dda2ab commit 7bd3e38

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.129.8:install-sdk -DsdkInstallPath=sdk -Dincludes=tools/**,license/**,sdk.version && \
8+
mvn com.sap.cloud:neo-javaee7-wp-maven-plugin:1.144.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)