Skip to content

Commit

Permalink
Bump dates
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed May 3, 2024
1 parent 654da8c commit a4ea3c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opencog/atomspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4ea3c1

Please sign in to comment.