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