commit | 5f4de959b35165c0a565c64ecdfe3bc6c19b6b68 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Wed Dec 06 18:53:16 2017 +1030 |
committer | Joel Stanley <joel@jms.id.au> | Wed Dec 06 18:53:16 2017 +1030 |
tree | 932528af341795f640451a2eaa0a0851c5c4b2ed | |
parent | 492c52c10b442da2375eccbc211af4255e9e786f [diff] [blame] |
Update kernel and initramfs build distro They were hardcoded to EOL'd Ubuntu versions. Use 'latest' instead. Change-Id: I1ef8e9be38066f046b5741799006f6b847664241 Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/initramfs-build.sh b/initramfs-build.sh index 4a9ad7d..bbbb67b 100755 --- a/initramfs-build.sh +++ b/initramfs-build.sh
@@ -19,7 +19,7 @@ fi Dockerfile=$(cat << EOF -FROM ubuntu:15.10 +FROM ubuntu:latest ${PROXY}