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 d700201 commit a0a43a0Copy full SHA for a0a43a0
Dockerfile
@@ -536,9 +536,9 @@ RUN \
536
# bump: rav1e /RAV1E_VERSION=([\d.]+)/ https://github.com/xiph/rav1e.git|/\d+\./|*
537
# bump: rav1e after ./hashupdate Dockerfile RAV1E $LATEST
538
# bump: rav1e link "Release notes" https://github.com/xiph/rav1e/releases/tag/v$LATEST
539
-ARG RAV1E_VERSION=0.7.1
+ARG RAV1E_VERSION=0.8.1
540
ARG RAV1E_URL="https://github.com/xiph/rav1e/archive/v$RAV1E_VERSION.tar.gz"
541
-ARG RAV1E_SHA256=da7ae0df2b608e539de5d443c096e109442cdfa6c5e9b4014361211cf61d030c
+ARG RAV1E_SHA256=06d1523955fb6ed9cf9992eace772121067cca7e8926988a1ee16492febbe01e
542
RUN \
543
wget $WGET_OPTS -O rav1e.tar.gz "$RAV1E_URL" && \
544
echo "$RAV1E_SHA256 rav1e.tar.gz" | sha256sum -c - && \
0 commit comments