Update org-mode.

This commit is contained in:
Tom Alexander 2023-10-12 13:26:54 -04:00
parent 7da4e4a29b
commit c022b30110
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ RUN make DESTDIR="/root/dist" install
FROM build AS build-org-mode
ARG ORG_VERSION=f32f5982a76217629dad8b8fd82d53212576aee6
ARG ORG_VERSION=f3de4c3e041e0ea825b5b512dc0db37c78b7909e
COPY --from=build-emacs /root/dist/ /
RUN mkdir /root/dist
# Savannah does not allow fetching specific revisions, so we're going to have to put unnecessary load on their server by cloning main and then checking out the revision we want.