From d59bbfa7d2ad54a014cc28f5e1768ee98e681a91 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 13 Oct 2023 11:26:41 -0400 Subject: [PATCH] Update org-mode. --- docker/organic_test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/organic_test/Dockerfile b/docker/organic_test/Dockerfile index 3bc5caf4..562d302e 100644 --- a/docker/organic_test/Dockerfile +++ b/docker/organic_test/Dockerfile @@ -14,7 +14,7 @@ RUN make DESTDIR="/root/dist" install FROM build AS build-org-mode -ARG ORG_VERSION=f3de4c3e041e0ea825b5b512dc0db37c78b7909e +ARG ORG_VERSION=abf5156096c06ee5aa05795c3dc5a065f76ada97 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.