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