From 49eb0f3e05b453bef1493d1cc075359236f068a7 Mon Sep 17 00:00:00 2001 From: Jan Grewe <jan.grewe@magicinternet.de> Date: Wed, 27 Apr 2016 14:51:44 +0200 Subject: [PATCH] Update SDK Tools to 25.1.3 and use Ubuntu 16:04 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 63c664f..c12a7d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,10 +5,10 @@ # https://git.faked.org/jan/gitlab-ci-android # -FROM ubuntu:15.10 +FROM ubuntu:16.04 MAINTAINER Jan Grewe <jan@faked.org> -ENV VERSION_SDK_TOOLS "25.1.1" +ENV VERSION_SDK_TOOLS "25.1.3" ENV VERSION_BUILD_TOOLS "23.0.3" ENV VERSION_TARGET_SDK "23" -- GitLab