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 @@ -192,9 +192,9 @@ RUN \
192
192
# bump: aom after ./hashupdate Dockerfile AOM $LATEST
193
193
# 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
194
194
# bump: aom link "CHANGELOG" https://aomedia.googlesource.com/aom/+/refs/tags/v$LATEST/CHANGELOG
195
- ARG AOM_VERSION=3.11 .0
195
+ ARG AOM_VERSION=3.12 .0
196
196
ARG AOM_URL="https://aomedia.googlesource.com/aom"
197
- ARG AOM_COMMIT=d6f30ae474dd6c358f26de0a0fc26a0d7340a84c
197
+ ARG AOM_COMMIT=3b624af45b86646a20b11a9ff803aeae588cdee6
198
198
RUN git clone --depth 1 --branch v$AOM_VERSION "$AOM_URL"
199
199
RUN cd aom && test $(git rev-parse HEAD) = $AOM_COMMIT
200
200
RUN \
You can’t perform that action at this time.
0 commit comments