File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -194,9 +194,9 @@ RUN \
194194# bump: aom after ./hashupdate Dockerfile AOM $LATEST
195195# bump: aom after COMMIT=$(git ls-remote https://aomedia.googlesource.com/aom v$LATEST^{} | awk '{print $1}') && sed -i -E "s/^ARG AOM_COMMIT=.*/ARG AOM_COMMIT=$COMMIT/" Dockerfile
196196# bump: aom link "CHANGELOG" https://aomedia.googlesource.com/aom/+/refs/tags/v$LATEST/CHANGELOG
197- ARG AOM_VERSION=3.13.0
197+ ARG AOM_VERSION=3.13.1
198198ARG AOM_URL="https://aomedia.googlesource.com/aom"
199- ARG AOM_COMMIT=d9c115ce0951324dee243041ef810e27202de20f
199+ ARG AOM_COMMIT=d772e334cc724105040382a977ebb10dfd393293
200200RUN git clone --depth 1 --branch v$AOM_VERSION "$AOM_URL"
201201RUN cd aom && test $(git rev-parse HEAD) = $AOM_COMMIT
202202RUN \
You can’t perform that action at this time.
0 commit comments