Skip to content

Commit

Permalink
Merge pull request #587 from SAP/rel_1.0.0
Browse files Browse the repository at this point in the history
[chore] - update dockerfile
  • Loading branch information
ShimiT committed Nov 18, 2019
2 parents 9466225 + 71f5175 commit 93d76ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM openjdk:8-jdk-slim

# Build time variables
ARG MTA_USER_HOME=/home/mta
ARG MBT_VERSION=0.3.8
ARG MBT_VERSION=1.0.0
ARG GO_VERSION=1.13.4
ARG NODE_VERSION=v12.13.0
ARG MAVEN_VERSION=3.6.2
Expand Down
2 changes: 1 addition & 1 deletion test/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ command:
mbt --version:
exit-status: 0
stdout:
- v0.3.8
- v1.0.0
# verify installed MAVEN VERSION
mvn --version:
exit-status: 0
Expand Down

0 comments on commit 93d76ec

Please sign in to comment.