From a7d8287cb223029d92f70704acae62d24c988bea Mon Sep 17 00:00:00 2001 From: Nuno Nobre Date: Thu, 19 Dec 2024 21:08:20 +0000 Subject: [PATCH] [Temporary] Quick hack to test new build flow --- docker/platypus/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/platypus/Dockerfile b/docker/platypus/Dockerfile index 6d9b4366..ce00e38b 100644 --- a/docker/platypus/Dockerfile +++ b/docker/platypus/Dockerfile @@ -1,6 +1,6 @@ # Build and test Platypus image # Get base image -FROM alexanderianblair/platypus-deps:main +FROM alexanderianblair/platypus-deps:nmnobre-dockerfile # By default four cores are used to compile ARG compile_cores=4