From fd87d16b1356e42ad3e7acccb01eef97720b5684 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Wed, 13 Jul 2016 17:47:30 +0300 Subject: [PATCH] Update container dependencies --- Dockerfile | 2 +- Vagrantfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 62ded573f..10da28b82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu +FROM ubuntu:16.04 RUN apt-get update RUN apt-get install -y git build-essential binutils WORKDIR /root diff --git a/Vagrantfile b/Vagrantfile index 1c66d0964..08416f045 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -12,7 +12,7 @@ Vagrant.configure(2) do |config| # Every Vagrant development environment requires a box. You can search for # boxes at https://atlas.hashicorp.com/search. - config.vm.box = "ubuntu/trusty64" + config.vm.box = "ubuntu/xenial64" # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs