diff --git a/Dockerfile b/Dockerfile
index b69ae83ceca15f769329ea5ed52c005264c49b97..e3be08d9bb635a98e74d0784fed883437ce52b0b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,8 @@ RUN mkdir -p /app/gap/ansible /etc/ansible && \
 
 RUN pip install \
         --pre \
-        --extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \
+        --trusted-host 150.254.211.2 \
+        --extra-index-url https://150.254.211.2/artifactory/api/pypi/geant-swd-pypi/simple \
         goat-lso==${ARTIFACT_VERSION}
 RUN ansible-galaxy install \
                    -r ansible-galaxy-requirements.yaml \
diff --git a/setup.py b/setup.py
index 70501bc64c1f5553aaa68789c9357f54dcd49aef..bf8ce74cee0f2e886a8635c610496611cd92b012 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
 
 setup(
     name="goat-lso",
-    version="0.13",
+    version="0.14",
     author="GÉANT Orchestration & Automation Team",
     author_email="goat@geant.org",
     description="Lightweight Service Orchestrator",