From 83023ffd6fe3c9ddf7eac61a754da3a810574b1d Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Tue, 27 Apr 2021 11:09:21 -0700 Subject: [PATCH] Updates to node 16 (#1181) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2e59b0bb..7b966981 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Build assets -FROM node:current-alpine as node +FROM node:16-alpine as node -RUN apk add --no-cache git openssh python make g++ util-linux +RUN apk add --no-cache git openssh make g++ util-linux WORKDIR /build