From 9f817eb92658ba1b1391c87bf2a4bab2f361ad8b Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Wed, 30 Oct 2024 18:35:41 +0530 Subject: [PATCH] Pin laconic-so version in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0547004..caffd11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg - apt update && apt install -y nodejs # laconic-so -RUN curl -LO https://git.vdb.to/cerc-io/stack-orchestrator/releases/download/latest/laconic-so && \ +RUN curl -LO https://git.vdb.to/cerc-io/stack-orchestrator/releases/download/v1.1.0-39df468-202410291130/laconic-so && \ chmod +x ./laconic-so && \ mv ./laconic-so /usr/bin/laconic-so