We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7112fa1 + 04444ad commit e76b9f0Copy full SHA for e76b9f0
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM maven:3.5-jdk-8-alpine
+FROM maven:3.6-jdk-8-alpine
2
3
LABEL org.opencontainers.image.source=https://github.com/SAP/devops-docker-neo-cli
4
LABEL org.opencontainers.image.description="An image for the SAP neo cli"
5
LABEL org.opencontainers.image.licenses=Apache-2.0
6
7
-ARG NEO_SDK_VERSION=1.163.6
+ARG NEO_SDK_VERSION=1.185.3
8
9
RUN apk add --no-cache bash && \
10
mvn --batch-mode com.sap.cloud:neo-javaee7-wp-maven-plugin:${NEO_SDK_VERSION}:install-sdk -DsdkInstallPath=sdk -Dincludes=tools/**,license/**,sdk.version && \
0 commit comments