Skip to content

Commit

Permalink
Merge pull request #8 from mavimo/bump-mojito-to-v0.99
Browse files Browse the repository at this point in the history
Version bump to 0.99 - 0.100 - 0.101
  • Loading branch information
zuc authored Aug 30, 2019
2 parents a2e0371 + 5fbc84d commit 7ddfab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli-only/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM tutum/curl:alpine

ENV MOJITO_VERSION 0.98
ENV MOJITO_VERSION 0.101

RUN curl -L https://github.com/box/mojito/releases/download/v${MOJITO_VERSION}/mojito-cli-${MOJITO_VERSION}.jar > /tmp/cli.jar

Expand Down
2 changes: 1 addition & 1 deletion full/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM tutum/curl:alpine as build

ENV MOJITO_VERSION 0.98
ENV MOJITO_VERSION 0.101

RUN curl -L https://github.com/box/mojito/releases/download/v${MOJITO_VERSION}/mojito-cli-${MOJITO_VERSION}.jar > /tmp/cli.jar && \
curl -L https://github.com/box/mojito/releases/download/v${MOJITO_VERSION}/mojito-webapp-${MOJITO_VERSION}.jar > /tmp/webapp.jar
Expand Down

0 comments on commit 7ddfab2

Please sign in to comment.