Skip to content

Commit 0778980

Browse files
committed
Bump cerebro version in dockerfile
1 parent d0cdb3b commit 0778980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM openjdk:8-jre-alpine
22

33
RUN apk --no-cache add bash
44

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

0 commit comments

Comments
 (0)