Browse Source

test: update docker to 1.7.4

pull/374/merge
Ethan Buchman 8 years ago
parent
commit
9257d648bf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/docker/Dockerfile

+ 1
- 1
test/docker/Dockerfile 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 && \


Loading…
Cancel
Save