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.