From 435258094a7fd93bbbbf5efde8e7c96f93ed2c4b Mon Sep 17 00:00:00 2001 From: bump Date: Tue, 9 May 2023 09:17:05 +0000 Subject: [PATCH] Update rav1e to 0.6.5 from 0.6.3 Release notes https://github.com/xiph/rav1e/releases/tag/v0.6.5 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a202762..2687c88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,9 @@ # bump: rav1e /RAV1E_VERSION=([\d.]+)/ https://github.com/xiph/rav1e.git|/\d+\./|* # bump: rav1e after ./hashupdate Dockerfile RAV1E $LATEST # bump: rav1e link "Release notes" https://github.com/xiph/rav1e/releases/tag/v$LATEST -ARG RAV1E_VERSION=0.6.3 +ARG RAV1E_VERSION=0.6.5 ARG RAV1E_URL="https://github.com/xiph/rav1e/archive/v$RAV1E_VERSION.tar.gz" -ARG RAV1E_SHA256=660a243dd9ee3104c0844a7af819b406193a7726614a032324557f81bb2bebaa +ARG RAV1E_SHA256=a0d137aa40a27b308f965c4bc03a13493f6d07c888d6b52cc2ffaba36bfd5988 # Must be specified ARG ALPINE_VERSION