Dockerfile: use perkeep/go

Fixes #1044

Change-Id: I752aa66031f381eb948814a39ffa333cc952c78f
This commit is contained in:
mpl 2018-02-02 19:32:53 +01:00
parent 66353d17bf
commit d8c3154afd
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>