1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 12:06:08 +00:00

extras/Dockerfile: Update to use the latest release version

This commit is contained in:
Marc Bonnici 2019-02-27 17:19:36 +00:00
parent 984a74a6ca
commit 60ffd27bba

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.1.0
ARG WA_REF=v3.1.1
ARG DEVLIB_REF=v1.1.1
ARG WA_REF=v3.1.2
ARG ANDROID_SDK_URL=https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip
RUN apt-get update