Skip to content

Commit

Permalink
bump to v0.90
Browse files Browse the repository at this point in the history
  • Loading branch information
zuc committed Sep 26, 2018
1 parent 417d944 commit b642d91
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,7 +1,7 @@
FROM java:8-jre
LABEL maintainer="[email protected]"

ENV MOJITO_VERSION 0.89
ENV MOJITO_VERSION 0.90

RUN apt-get update && \
apt-get install -y curl gettext-base
Expand Down
2 changes: 1 addition & 1 deletion full/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM java:8-jre
LABEL maintainer="[email protected]"

ENV MOJITO_VERSION 0.89
ENV MOJITO_VERSION 0.90

RUN apt-get update && \
apt-get install -y curl gettext-base
Expand Down

0 comments on commit b642d91

Please sign in to comment.