Update release docker image to ubuntu:18.04

So this matches the Vagrant box
This commit is contained in:
Mahmood Ali
2020-12-08 09:55:53 -05:00
parent c7c386474d
commit a4aa80d9c0

View File

@@ -2,7 +2,7 @@
# that mimics Vagrant environment as far as required
# for building the scripts and running provision scripts
FROM ubuntu:16.04
FROM ubuntu:18.04
RUN apt-get update; apt-get install -y \
apt-transport-https \