We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5b6fe commit ac936eeCopy full SHA for ac936ee
Dockerfile
@@ -528,9 +528,9 @@ RUN \
528
# bump: rav1e /RAV1E_VERSION=([\d.]+)/ https://github.com/xiph/rav1e.git|/\d+\./|*
529
# bump: rav1e after ./hashupdate Dockerfile RAV1E $LATEST
530
# bump: rav1e link "Release notes" https://github.com/xiph/rav1e/releases/tag/v$LATEST
531
-ARG RAV1E_VERSION=0.7.1
+ARG RAV1E_VERSION=0.8.1
532
ARG RAV1E_URL="https://github.com/xiph/rav1e/archive/v$RAV1E_VERSION.tar.gz"
533
-ARG RAV1E_SHA256=da7ae0df2b608e539de5d443c096e109442cdfa6c5e9b4014361211cf61d030c
+ARG RAV1E_SHA256=06d1523955fb6ed9cf9992eace772121067cca7e8926988a1ee16492febbe01e
534
RUN \
535
wget $WGET_OPTS -O rav1e.tar.gz "$RAV1E_URL" && \
536
echo "$RAV1E_SHA256 rav1e.tar.gz" | sha256sum -c - && \
0 commit comments