We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d2350d + 9ac2e50 commit 83991abCopy full SHA for 83991ab
1 file changed
Dockerfile
@@ -194,9 +194,9 @@ RUN \
194
# bump: aom after ./hashupdate Dockerfile AOM $LATEST
195
# 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
196
# bump: aom link "CHANGELOG" https://aomedia.googlesource.com/aom/+/refs/tags/v$LATEST/CHANGELOG
197
-ARG AOM_VERSION=3.13.2
+ARG AOM_VERSION=3.13.3
198
ARG AOM_URL="https://aomedia.googlesource.com/aom"
199
-ARG AOM_COMMIT=ad44980d7f3c7a2605c25d51ea96946949000841
+ARG AOM_COMMIT=92d4c37fbdd08944a0e721bbaeb13318f10aebb0
200
RUN git clone --depth 1 --branch v$AOM_VERSION "$AOM_URL"
201
RUN cd aom && test $(git rev-parse HEAD) = $AOM_COMMIT
202
RUN \
0 commit comments