Update libwebp version to 0.5.1.

master
Shunsuke Michii 9 years ago committed by GitHub
parent ab01b3f166
commit d6d718df83

@ -6,7 +6,7 @@ RUN mkdir -p /tmp/go-lbiwebp
COPY Makefile /tmp/go-libwebp/Makefile
ENV LIBWEBP_PREFIX="/usr/local" \
LIBWEBP_VERSION="0.5.0"
LIBWEBP_VERSION="0.5.1"
RUN cd /tmp/go-libwebp && make libwebp
ENV GOPATH="/go" \

Loading…
Cancel
Save