Skip to content

Commit

Permalink
Merge pull request #3 from Global-Solutions/bump/0.3.1
Browse files Browse the repository at this point in the history
bump up cerebro version to v0.3.1
  • Loading branch information
masakij authored Nov 29, 2016
2 parents 1eebd25 + ceb6c99 commit f74c05f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM java:openjdk-8u92-jre-alpine
FROM java:openjdk-8u111-jre-alpine
MAINTAINER Global Solutions co., ltd.
LABEL semver="0.2.0"
LABEL semver="0.2.1"

ENV CEREBRO_VER=0.3.0
ENV CEREBRO_VER=0.3.1

WORKDIR cerebro
RUN apk add --update --no-cache openssl tar bash && \
Expand Down

0 comments on commit f74c05f

Please sign in to comment.