diff --git a/services/webapp/Dockerfile b/services/webapp/Dockerfile
index 3bdd276863bc4b77f0912ead5331e15907dfe514..a712c5deb39406af644c8c8dfb5f5389e971ba1b 100644
--- a/services/webapp/Dockerfile
+++ b/services/webapp/Dockerfile
@@ -14,7 +14,7 @@ RUN apt-get update
 RUN apt-get install curl -y
 
 # Download get-pip script
-RUN curl -O https://bootstrap.pypa.io/get-pip.py
+RUN curl -O https://bootstrap.pypa.io/pip/3.6/get-pip.py
 
 # Install Python3 and Pip3 (python3-distutils required for pip3)
 RUN apt-get install python3 python3-distutils -y