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