We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ad48db + 6183650 commit babc09aCopy full SHA for babc09a
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=e5a910a55b03fe898111880e3e1c1c02e442956c
+ARG LIBGME_COMMIT=6a67bfc6b4cf93ba43c1cab0e1f1b1be9aa2781d
333
RUN \
334
git clone "$LIBGME_URL" && \
335
cd game-music-emu && git checkout --recurse-submodules $LIBGME_COMMIT && \
0 commit comments