From 716af5bb457d47e2a327be7a31da549bed674f2b Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sat, 16 Sep 2023 14:45:52 -0400 Subject: [PATCH] Update org-mode version. --- 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 dd95ecb..c2bef18 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=163bafb43dcc2bc94a2c7ccaa77d3d1dd488f1af +ARG ORG_VERSION=c703541ffcc14965e3567f928de1683a1c1e33f6 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.