From d6d718df83de5aa46641bf915e26b4eb2df72926 Mon Sep 17 00:00:00 2001 From: Shunsuke Michii Date: Mon, 1 Aug 2016 20:36:45 +0900 Subject: [PATCH] Update libwebp version to 0.5.1. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 38e9325..4c02dd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" \