This is an automated email from the ASF dual-hosted git repository. hansva pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-hop-website.git
commit f6c2ee18da3a669a767186e31e6fcacadfc2197e Author: Hans Van Akelyen <[email protected]> AuthorDate: Tue Oct 13 09:10:57 2020 +0200 Switch to node 10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 357a454..7d64895 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:lts-stretch +FROM node:10 RUN set -ex \ && apt-get update \
