Pin our docker image on wheezy.

The golang image we base on has moved on to jessie, which breaks our
build.
This commit is contained in:
Anthony Yeh 2014-10-17 22:11:48 -07:00
Родитель d73c389a30
Коммит c5ca2cb2f0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
FROM golang:1.3
FROM golang:1.3-wheezy
# Install Vitess build dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \