Skip to content

Commit

Permalink
fix wrong Z-Ray download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrokeil committed Mar 1, 2016
1 parent ed55950 commit 3ad97a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/zray/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV ZRAY_VERSION zray-php-104202-php5.6.17-linux-debian7-amd64
WORKDIR /tmp

# Z-Ray
RUN curl -L http://downloads.zend.com/zray/0112/${ZRAY_VERSION}.tar.gz | tar zx \
RUN curl -L http://downloads.zend.com/zray/1102/${ZRAY_VERSION}.tar.gz | tar zx \
&& mv /tmp/${ZRAY_VERSION}/zray /opt/zray \
&& rm -rf /tmp/${ZRAY_VERSION} \
# Z-Ray Plugins
Expand Down

0 comments on commit 3ad97a2

Please sign in to comment.