update to golang latest

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2016-02-02 14:59:21 -08:00
parent c7b4b8af28
commit 7e8b0dc1c1
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -1,4 +1,4 @@
FROM golang:1.4.2
FROM golang:latest
RUN apt-get update && apt-get install -y \
sqlite3 \