Skip to content

Commit 35cd801

Browse files
authored
Update to Cordova 11
1 parent 995b6d4 commit 35cd801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM beevelop/android-nodejs
22

3-
ENV CORDOVA_VERSION 10.0.0
3+
ENV CORDOVA_VERSION 11.0.0
44

55
WORKDIR "/tmp"
66

@@ -13,4 +13,4 @@ RUN npm i -g --unsafe-perm cordova@${CORDOVA_VERSION} && \
1313
cordova platform add android --save && \
1414
cordova requirements android && \
1515
cordova build android --verbose && \
16-
rm -rf /tmp/myApp
16+
rm -rf /tmp/myApp

0 commit comments

Comments
 (0)