From 4bf5a04b2c4c7ca647310eea2e43e184b4612dc1 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 9 Jul 2019 13:05:51 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c53e5c7a..63361bb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,8 @@ # Documentation: # https://github.com/pirate/ArchiveBox/wiki/Docker#docker +# TODO: bump to latest chrome and node version, confirm chrome doesn't hang on simple pages + FROM node:11-slim LABEL maintainer="Nick Sweeting "