diff --git a/Dockerfile b/Dockerfile index e3ace30..aeebf81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM node:12.10.0-alpine WORKDIR /app COPY . /app -RUN npm install -g appcenter-cli \ +RUN npm install -g appcenter-cli@2.5.4 \ && apk update \ && apk add git