From e3b6259f7c06c38ccdad87c9fe10808132592064 Mon Sep 17 00:00:00 2001 From: pxeger <_@pxeger.com> Date: Wed, 17 Apr 2024 11:14:41 +0100 Subject: [PATCH] update Curry (PAKCS) to 3.6.0 --- languages/curry_pakcs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/curry_pakcs/Dockerfile b/languages/curry_pakcs/Dockerfile index 680da04..cf1b310 100644 --- a/languages/curry_pakcs/Dockerfile +++ b/languages/curry_pakcs/Dockerfile @@ -1,6 +1,6 @@ FROM registry.gitlab.pxeger.com/attempt-this-online/languages/swi_prolog -ARG PAKCS_VERSION=3.5.1 +ARG PAKCS_VERSION=3.6.0 ENV PATH=/opt/cpm/bin:/opt/pakcs/bin:$PATH