1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-05 18:31:12 +01:00

extras/Docker: Update to use latest release version.

Update the dockerfile to use the latest released versions of WA and Devlib.
This commit is contained in:
Marc Bonnici 2019-01-08 11:20:46 +00:00
parent ed95755af5
commit 22c237ebe9

View File

@ -42,8 +42,8 @@ FROM ubuntu:17.10
# Please update the references below to use different versions of
# devlib, WA or the Android SDK
ARG DEVLIB_REF=v1.0.0
ARG WA_REF=v3.0.0
ARG DEVLIB_REF=v1.1.0
ARG WA_REF=v3.1.1
ARG ANDROID_SDK_URL=https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip
RUN apt-get update