1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 02:01:16 +00:00

Dockerfile: Update base image to 20.04

19.10 is now EOL so update to use 20.04 LTS as a base instead.
This commit is contained in:
Marc Bonnici 2021-01-25 09:34:30 +00:00 committed by setrofim
parent e4be2b73ef
commit 7f82480a26

View File

@ -50,7 +50,7 @@
# #
# We want to make sure to base this on a recent ubuntu release # We want to make sure to base this on a recent ubuntu release
FROM ubuntu:19.10 FROM ubuntu:20.04
# Please update the references below to use different versions of # Please update the references below to use different versions of
# devlib, WA or the Android SDK # devlib, WA or the Android SDK