Skip to content

Commit e76b9f0

Browse files
authored
Merge pull request #47 from SAP/updateVersions
Update versions
2 parents 7112fa1 + 04444ad commit e76b9f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM maven:3.5-jdk-8-alpine
1+
FROM maven:3.6-jdk-8-alpine
22

33
LABEL org.opencontainers.image.source=https://github.com/SAP/devops-docker-neo-cli
44
LABEL org.opencontainers.image.description="An image for the SAP neo cli"
55
LABEL org.opencontainers.image.licenses=Apache-2.0
66

7-
ARG NEO_SDK_VERSION=1.163.6
7+
ARG NEO_SDK_VERSION=1.185.3
88

99
RUN apk add --no-cache bash && \
1010
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

Comments
 (0)