We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab1a56 commit eef9be2Copy full SHA for eef9be2
Dockerfile
@@ -1,6 +1,6 @@
1
FROM beevelop/cordova
2
3
-ENV IONIC_VERSION 4.10.3
+ENV IONIC_VERSION 4.10.4
4
5
RUN apt-get update && apt-get install -y git bzip2 openssh-client && \
6
npm i -g --unsafe-perm ionic@${IONIC_VERSION} && \
0 commit comments