env/commit-watcher: bump version

Change-Id: I8a40ad5b2630591923897487bb147142821437ec
Reviewed-on: https://go-review.googlesource.com/11116
Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
Andrew Gerrand 2015-06-15 23:26:48 +00:00
Родитель b00072526e
Коммит 82263f3ae2
1 изменённых файлов: 1 добавлений и 1 удалений

2
env/commit-watcher/Dockerfile поставляемый
Просмотреть файл

@ -14,4 +14,4 @@ RUN /scripts/install-apt-deps.sh
ADD /scripts/build-commit-watcher.sh /scripts/
# Note that WATCHER_REV must be full for "git fetch origin $REV" later:
RUN GO_REV=go1.4 TOOLS_REV=a54d0066172 WATCHER_REV=89ace0b562ee0e4424941a285df09002d72a6a9a /scripts/build-commit-watcher.sh && test -f /usr/local/bin/watcher
RUN GO_REV=go1.4 TOOLS_REV=a54d0066172 WATCHER_REV=1b1e086fd18435e4ea46287fed6c85f268f47bf7 /scripts/build-commit-watcher.sh && test -f /usr/local/bin/watcher