From c022b30110b3a096536d3e60a8dadbabc924030f Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 12 Oct 2023 13:26:54 -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 e6b8122a..3bc5caf4 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=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.