We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a7977b + 9ef6bb6 commit b72daf8Copy full SHA for b72daf8
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM beevelop/cordova
2
3
MAINTAINER Maik Hummel <m@ikhummel.com>
4
5
-ENV IONIC_VERSION 3.13.2
+ENV IONIC_VERSION 3.14.0
6
7
RUN apt-get update && apt-get install -y git && \
8
npm i -g --unsafe-perm ionic@${IONIC_VERSION} && \
0 commit comments