From 3b56347e993e59b63cdf271316d6fadd9ac7c487 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Tue, 23 Jun 2020 15:01:31 +0100 Subject: [PATCH] Dockerfile: Use the latest HEAD as the reference If not part of a release the Dockerfile should point to the current HEAD of the development branches for WA and devlib. --- extras/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/Dockerfile b/extras/Dockerfile index b962dd3a0..3a5eb153c 100644 --- a/extras/Dockerfile +++ b/extras/Dockerfile @@ -54,8 +54,8 @@ FROM ubuntu:19.10 # Please update the references below to use different versions of # devlib, WA or the Android SDK -ARG DEVLIB_REF=v1.2 -ARG WA_REF=v3.2 +ARG DEVLIB_REF=HEAD +ARG WA_REF=HEAD ARG ANDROID_SDK_URL=https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip RUN apt-get update && apt-get install -y \