Merge "Dockerfile: use perkeep/go"

This commit is contained in:
Mathieu Lonjaret 2018-02-02 18:38:22 +00:00 committed by Gerrit Code Review
commit 1a32c1217e
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
# Generic purpose Perkeep image, that builds the server (camlistored)
# and the command-line clients (camput, camget, camtool, and pk-mount).
# See misc/docker/go to generate camlistore/go
FROM camlistore/go
# Use misc/docker/go to generate perkeep/go
FROM perkeep/go
MAINTAINER camlistore <camlistore@googlegroups.com>