Skip to content

Commit

Permalink
bump to v0.89
Browse files Browse the repository at this point in the history
  • Loading branch information
zuc committed Aug 29, 2018
1 parent c635efc commit 417d944
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.83
ENV MOJITO_VERSION 0.89

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.83
ENV MOJITO_VERSION 0.89

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

0 comments on commit 417d944

Please sign in to comment.