diff --git a/Dockerfile b/Dockerfile index cb22fcb..176a2be 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=184dac64cd556f435c309bb83ed4a31fe14e1cc5 +ARG LIBGME_COMMIT=3ae4246f161b3a0b0b8411e104de97e9437a99a1 RUN \ git clone "$LIBGME_URL" && \ cd game-music-emu && git checkout --recurse-submodules $LIBGME_COMMIT && \