diff --git a/Dockerfile b/Dockerfile index 23b1f27..34fdae3 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@2.7.3 \ +RUN npm install -g appcenter-cli@2.10.10 \ && apk update \ && apk add git \ && apk add bash