From f84d4cacee114eef36b0036f5cf612008003f7e3 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Fri, 25 Jun 2021 20:14:10 -0400 Subject: [PATCH] Updated for cq-cli beta 2 of v2.2, which adds the ability to adjust STL quality --- app/api/src/docker/cadquery/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/src/docker/cadquery/Dockerfile b/app/api/src/docker/cadquery/Dockerfile index 4e91f91..861c222 100644 --- a/app/api/src/docker/cadquery/Dockerfile +++ b/app/api/src/docker/cadquery/Dockerfile @@ -37,7 +37,7 @@ RUN npm install # Get the distribution copy of cq-cli RUN apt-get install -y libglew2.1 -RUN wget https://github.com/CadQuery/cq-cli/releases/download/v2.2-beta.1/cq-cli-Linux-x86_64.zip +RUN wget https://github.com/CadQuery/cq-cli/releases/download/v2.2-beta.2/cq-cli-Linux-x86_64.zip # Comment the entry above out and uncomment the one below to revert to the stable release # RUN wget https://github.com/CadQuery/cq-cli/releases/download/v2.1.0/cq-cli-Linux-x86_64.zip RUN unzip cq-cli-Linux-x86_64.zip