Skip to content

Commit

Permalink
Dump version
Browse files Browse the repository at this point in the history
  • Loading branch information
imkcat committed Jan 11, 2023
1 parent 33225c8 commit a959df7
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="20181212"
ENV BROOK_VERSION="20230101"

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 a959df7

Please sign in to comment.