We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents babc09a + 6d5d183 commit b0502d3Copy full SHA for b0502d3
Dockerfile
@@ -329,7 +329,7 @@ RUN \
329
# bump: libgme after ./hashupdate Dockerfile LIBGME $LATEST
330
# bump: libgme link "Source diff $CURRENT..$LATEST" https://github.com/libgme/game-music-emu/compare/$CURRENT..v$LATEST
331
ARG LIBGME_URL="https://github.com/libgme/game-music-emu.git"
332
-ARG LIBGME_COMMIT=6a67bfc6b4cf93ba43c1cab0e1f1b1be9aa2781d
+ARG LIBGME_COMMIT=4a191653e5bd13d33e0ecb4f0002a5fe092c70f4
333
RUN \
334
git clone "$LIBGME_URL" && \
335
cd game-music-emu && git checkout --recurse-submodules $LIBGME_COMMIT && \
0 commit comments