diff --git a/Dockerfile b/Dockerfile
index 899011a67c7cd9389f386bf9928f0078c7348260..28735c610e56b332ff1db6235fb4a4ae083262dc 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=34.0.1
 
 RUN apt-get --quiet update --yes && \
     apt-get --quiet install --yes wget tar unzip lib32stdc++6 lib32z1