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