From 0234578081f96ab4507c8b79bee439b53ee04d21 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Fri, 11 Jan 2019 17:57:04 +0000 Subject: [PATCH] Update to node:6-stretch as slim is not available on arm64v8 labels --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a81d9701..182eece52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM node:6-stretch-slim +# 6-stretch is the ONLY node 6 release supported by arm32v7, arm64v8 and x86-64 docker hub labels +FROM node:6-stretch # You want USE_SSL=true if not putting cryptpad behind a proxy ENV USE_SSL=false