We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2c18de + 80d8e49 commit 40ea9a0Copy full SHA for 40ea9a0
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=bd7b3604dee43084aae0a2b4457ba7bf48554030
+ARG LIBGME_COMMIT=184dac64cd556f435c309bb83ed4a31fe14e1cc5
327
RUN \
328
git clone "$LIBGME_URL" && \
329
cd game-music-emu && git checkout --recurse-submodules $LIBGME_COMMIT && \
0 commit comments