From 214eb29af3508af02772b1513690345d9e61f06d Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 12 Apr 2014 17:02:34 -0700 Subject: [PATCH] fulltest should be run on saucy image for Go 1.2 --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0f558e1..277dbf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # -*- sh -*- -FROM ubuntu:quantal +FROM ubuntu:13.10 RUN echo "deb http://archive.ubuntu.com/ubuntu quantal main universe" >> /etc/apt/sources.list diff --git a/Makefile b/Makefile index 213383e..a79c312 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,4 @@ fmt: # Run the test in an isolated environment. fulltest: - sudo docker build -t ActiveState/tail . + docker build -t ActiveState/tail .