Update to Go 1.5.3.

Signed-off-by: Trevor Pounds <trevor.pounds@gmail.com>
This commit is contained in:
Trevor Pounds 2016-01-14 10:37:44 -08:00
parent df6cdb7bb6
commit e5ac03f945
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.5.2
FROM golang:1.5.3
RUN apt-get update && \
apt-get install -y librados-dev apache2-utils && \