Skip to content

Commit

Permalink
Pin to nginx/unit/tag/0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfr committed Jan 15, 2018
1 parent 454a0fb commit d694ff9
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 @@ -4,7 +4,7 @@ RUN apk add --no-cache build-base curl

WORKDIR /src/nginx-unit

RUN curl -L https://github.com/nginx/unit/archive/master.tar.gz | tar xz --strip-components 1
RUN curl -L https://github.com/nginx/unit/archive/0.4.tar.gz | tar xz --strip-components 1
RUN ./configure --prefix=/usr/local --modules=lib --state=/var/local/unit --pid=/var/unit.pid --log=/var/log/unit.log \
&& ./configure python \
&& make install
Expand Down

0 comments on commit d694ff9

Please sign in to comment.