Skip to content

Commit

Permalink
Merge pull request #568 from wader/bump-libwebp-1.5.0
Browse files Browse the repository at this point in the history
Update libwebp to 1.5.0 from 1.4.0
  • Loading branch information
wader authored Dec 20, 2024
2 parents f843b55 + 8bb7431 commit cddaa53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -835,9 +835,9 @@ RUN \
# bump: libwebp after ./hashupdate Dockerfile LIBWEBP $LATEST
# bump: libwebp link "Release notes" https://github.com/webmproject/libwebp/releases/tag/v$LATEST
# bump: libwebp link "Source diff $CURRENT..$LATEST" https://github.com/webmproject/libwebp/compare/v$CURRENT..v$LATEST
ARG LIBWEBP_VERSION=1.4.0
ARG LIBWEBP_VERSION=1.5.0
ARG LIBWEBP_URL="https://github.com/webmproject/libwebp/archive/v$LIBWEBP_VERSION.tar.gz"
ARG LIBWEBP_SHA256=12af50c45530f0a292d39a88d952637e43fb2d4ab1883c44ae729840f7273381
ARG LIBWEBP_SHA256=668c9aba45565e24c27e17f7aaf7060a399f7f31dba6c97a044e1feacb930f37
RUN \
wget $WGET_OPTS -O libwebp.tar.gz "$LIBWEBP_URL" && \
echo "$LIBWEBP_SHA256 libwebp.tar.gz" | sha256sum -c - && \
Expand Down

0 comments on commit cddaa53

Please sign in to comment.