We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d52f01c + 9651c72 commit d77c448Copy full SHA for d77c448
Dockerfile
@@ -323,7 +323,7 @@ RUN \
323
# bump: libgme after ./hashupdate Dockerfile LIBGME $LATEST
324
# bump: libgme link "Source diff $CURRENT..$LATEST" https://github.com/libgme/game-music-emu/compare/$CURRENT..v$LATEST
325
ARG LIBGME_URL="https://github.com/libgme/game-music-emu.git"
326
-ARG LIBGME_COMMIT=2a2c84dd0dac70a81a759d303dcde9d7892b97ab
+ARG LIBGME_COMMIT=bd7b3604dee43084aae0a2b4457ba7bf48554030
327
RUN \
328
git clone "$LIBGME_URL" && \
329
cd game-music-emu && git checkout --recurse-submodules $LIBGME_COMMIT && \
0 commit comments