From a4ea3c1955affff4e9a179fb57461bd2ef9fe018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linas=20Vep=C5=A1tas?= Date: Fri, 3 May 2024 11:22:33 -0500 Subject: [PATCH] Bump dates --- opencog/atomspace/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencog/atomspace/Dockerfile b/opencog/atomspace/Dockerfile index e98572c..33d6be7 100644 --- a/opencog/atomspace/Dockerfile +++ b/opencog/atomspace/Dockerfile @@ -29,11 +29,11 @@ RUN /tmp/octool -c && ccache -C # Update Link Grammar. This avoids having to rebuild the opencog/deps # This installs the latest release tarball, and NOT github master. -ENV LAST_LINK_GRAMMAR_UPDATE 2024-03-28 +ENV LAST_LINK_GRAMMAR_UPDATE 2024-05-02 RUN /tmp/octool -l default && ccache -C # Install core AtomSpace. -ENV LAST_ATOMSPACE_UPDATE 2024-04-09 +ENV LAST_ATOMSPACE_UPDATE 2024-05-02 RUN /tmp/octool -a && ccache -C USER opencog