test: update docker to 1.7.4

This commit is contained in:
Ethan Buchman 2017-01-28 00:12:39 -05:00
parent f890ae696a
commit 9257d648bf
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Pull base image.
FROM golang:1.6
FROM golang:1.7.4
# Grab deps (jq, hexdump, xxd, killall)
RUN apt-get update && \