Skip to content

Commit dafd73d

Browse files
committed
Bump the octool timestamp.
The problem is the link-grammar-5.12.5 build breaks after the recent changes to the atompsace header files. So those are fixed in link-grammar 5.12.6 and we need to force those to be picked up.
1 parent 36d5aa1 commit dafd73d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

opencog/base/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ RUN apt-get -y install openssh-client
2828

2929
# Install ocpkg. Bump the date to get the latest ocpkg installed;
3030
# Otherwise, this docker build will be cached with an old octool.
31-
ENV LAST_OCPKG_UPDATE 2025-06-12
31+
# And with old versions of those packages that octool installs.
32+
ENV LAST_OCPKG_UPDATE 2025-07-29
3233

3334
# The OCPKG_URL can be overridden by specifying
3435
# docker build --build-arg OCPKG_URL=https://some.where.else.com/ockpg

0 commit comments

Comments
 (0)