diff --git a/Dockerfile b/Dockerfile
index 899011a67c7cd9389f386bf9928f0078c7348260..27825bb2ad51513a1befc946171ce13555d8b594 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,8 @@
 FROM openjdk:8-jdk as builder
 
 # define arguments for versions to be used for platform and build tools
-ARG PLATFORM=31
-ARG BUILD_TOOLS=32.0.0
+ARG PLATFORM=32
+ARG BUILD_TOOLS=30.0.3
 
 RUN apt-get --quiet update --yes && \
     apt-get --quiet install --yes wget tar unzip lib32stdc++6 lib32z1