Skip to content

Commit

Permalink
Bump cerebro version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
moliware committed Jun 20, 2018
1 parent d0cdb3b commit 0778980
Showing 1 changed file with 1 addition and 1 deletion.
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-jre-alpine

RUN apk --no-cache add bash

ENV CEREBRO_VERSION 0.8.0
ENV CEREBRO_VERSION 0.8.1
ADD https://github.com/lmenezes/cerebro/releases/download/v${CEREBRO_VERSION}/cerebro-${CEREBRO_VERSION}.tgz /opt/
RUN tar zxvf /opt/cerebro-${CEREBRO_VERSION}.tgz -C /opt && mv /opt/cerebro-${CEREBRO_VERSION} /opt/cerebro
RUN mkdir /opt/cerebro/logs
Expand Down

0 comments on commit 0778980

Please sign in to comment.