diff --git a/Dockerfile b/Dockerfile index fb38e8e..49d716c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -323,7 +323,7 @@ RUN \ # bump: libgme after ./hashupdate Dockerfile LIBGME $LATEST # bump: libgme link "Source diff $CURRENT..$LATEST" https://github.com/libgme/game-music-emu/compare/$CURRENT..v$LATEST ARG LIBGME_URL="https://github.com/libgme/game-music-emu.git" -ARG LIBGME_COMMIT=265d8b90c9b46bd3b892443dee4da585a0384858 +ARG LIBGME_COMMIT=8c6fb25d10cde54e34f176802408aae2d3958a39 RUN \ git clone "$LIBGME_URL" && \ cd game-music-emu && git checkout --recurse-submodules $LIBGME_COMMIT && \