We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0502d3 + 7b6e648 commit 46bd63fCopy full SHA for 46bd63f
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=4a191653e5bd13d33e0ecb4f0002a5fe092c70f4
+ARG LIBGME_COMMIT=00cea91e33a53d4189fc8b12b0134be9e6e8a0c5
333
RUN \
334
git clone "$LIBGME_URL" && \
335
cd game-music-emu && git checkout --recurse-submodules $LIBGME_COMMIT && \
0 commit comments