diff --git a/Dockerfile b/Dockerfile index 0ab1a8a..20bf3ba 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=a034a917c80b2a206c8eaecaa1898605b4a639c1 RUN \ git clone "$LIBGME_URL" && \ cd game-music-emu && git checkout --recurse-submodules $LIBGME_COMMIT && \