We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b66d82f + 087f569 commit f2a78bfCopy full SHA for f2a78bf
1 file changed
Dockerfile
@@ -191,9 +191,9 @@ RUN \
191
# bump: aom after ./hashupdate Dockerfile AOM $LATEST
192
# 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
193
# bump: aom link "CHANGELOG" https://aomedia.googlesource.com/aom/+/refs/tags/v$LATEST/CHANGELOG
194
-ARG AOM_VERSION=3.10.0
+ARG AOM_VERSION=3.11.0
195
ARG AOM_URL="https://aomedia.googlesource.com/aom"
196
-ARG AOM_COMMIT=c2fe6bf370f7c14fbaf12884b76244a3cfd7c5fc
+ARG AOM_COMMIT=d6f30ae474dd6c358f26de0a0fc26a0d7340a84c
197
RUN git clone --depth 1 --branch v$AOM_VERSION "$AOM_URL"
198
RUN cd aom && test $(git rev-parse HEAD) = $AOM_COMMIT
199
RUN \
0 commit comments