diff --git a/Dockerfile b/Dockerfile
index 3c04ff2a8eb59576a72ff567da24e0f2806caf5b..b3838e138251c591c3a3b6717b2ac7c5c944bca1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@ RUN pip install \
         --pre \
         --extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \
         goat-lso==${ARTIFACT_VERSION} \
-        --no-build-isolation
+        --no-isolation
 RUN ansible-galaxy install \
                    -r ansible-galaxy-requirements.yaml \
                    -p /app/gap/ansible
diff --git a/setup.py b/setup.py
index 391990411d9adaf596369ebf7776ab5d8aa8a103..16eab7df5c5969fcc7be843efddde0301435e0c0 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
 
 setup(
     name="goat-lso",
-    version="0.7",
+    version="0.8",
     author="GÉANT Orchestration & Automation Team",
     author_email="goat@geant.org",
     description="Lightweight Service Orchestrator",