Skip to content

Commit

Permalink
Bump AppCenter CLI to 2.10.10 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba authored May 20, 2022
1 parent 8d110dc commit 650c903
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@2.7.3 \
RUN npm install -g appcenter-cli@2.10.10 \
&& apk update \
&& apk add git \
&& apk add bash
Expand Down

0 comments on commit 650c903

Please sign in to comment.