Skip to content

Commit bb6c219

Browse files
authored
Update neo sdk to 1.154.0
1 parent f07f6fc commit bb6c219

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
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.144.2:install-sdk -DsdkInstallPath=sdk -Dincludes=tools/**,license/**,sdk.version && \
8+
mvn com.sap.cloud:neo-javaee7-wp-maven-plugin:1.154.0: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)