Skip to content

Commit

Permalink
Merge pull request #252 from beevelop/update-ionic-6.16
Browse files Browse the repository at this point in the history
Update Ionic to 6.16.1
  • Loading branch information
beevelop authored Jun 6, 2021
2 parents bd67b13 + ce877aa commit 27badde
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
@@ -1,6 +1,6 @@
FROM beevelop/cordova

ENV IONIC_VERSION 6.12.4
ENV IONIC_VERSION 6.16.1

RUN apt-get update && apt-get install -y git bzip2 openssh-client && \
npm install -g --unsafe-perm @ionic/cli@${IONIC_VERSION} && \
Expand Down

0 comments on commit 27badde

Please sign in to comment.