From 6ab6992896d27e62cd1484177418043cc881fb63 Mon Sep 17 00:00:00 2001 From: "mohammad.moosazadeh" Date: Thu, 10 Oct 2019 00:53:51 +0330 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9e80c31d..60b603eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ FROM node:10-alpine -MAINTAINER OhMyForm +LABEL maintainer="OhMyForm " # Install some needed packages -RUN apk add --no-cache git python \ +RUN apk add --no-cache git=2.20.1-r0 python=2.7.16-r1 \ && rm -rf /tmp/* \ - && npm install --quiet -g grunt bower pm2 \ + && npm install --quiet -g grunt@1.0.4 bower@1.8.8 pm2@3.5.1 \ && npm cache clean --force \ && mkdir -p /opt/app/public/lib