Skip to content

Commit

Permalink
Version 20181212
Browse files Browse the repository at this point in the history
  • Loading branch information
imkcat committed Nov 29, 2018
1 parent 76a4b4c commit 33225c8
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 alpine:3.7

LABEL maintainer="Kcat <kcatdeveloper@icloud.com>"

ENV BROOK_VERSION="20180909"
ENV BROOK_VERSION="20181212"

RUN mkdir -p /usr/local/brook/bin && cd /usr/local/brook/bin; \
wget -O brook "https://github.com/txthinking/brook/releases/download/v${BROOK_VERSION}/brook" && chmod +x brook;
Expand Down

0 comments on commit 33225c8

Please sign in to comment.