We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ffc063 + 55eaca6 commit 558713cCopy full SHA for 558713c
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=bb58c4a9a9ba847fc8f423aec8ffe9eb957baadf
+ARG LIBGME_COMMIT=265d8b90c9b46bd3b892443dee4da585a0384858
327
RUN \
328
git clone "$LIBGME_URL" && \
329
cd game-music-emu && git checkout --recurse-submodules $LIBGME_COMMIT && \
0 commit comments