Skip to content

Commit

Permalink
Pinning appcenter-cli to version 2.5.4 (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Pelgrim <johan.pelgrim@gmail.com>
  • Loading branch information
Wojciech Zięba and jpelgrim authored Jun 24, 2020
1 parent 0e7d291 commit 3c09098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3c09098

Please sign in to comment.