Skip to content

Commit cd69b73

Browse files
authored
chore: upgrade to Cordova v12 (#74)
1 parent 69b85ab commit cd69b73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

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

3-
ENV CORDOVA_VERSION=11.0.0 \
4-
CORDOVA_BUILD_TOOLS_VERSION=30.0.3
3+
ENV CORDOVA_VERSION=12.0.0 \
4+
CORDOVA_BUILD_TOOLS_VERSION=33.0.2 \
5+
ANDROID_HOME=/opt/android
56

67
WORKDIR "/tmp"
78

0 commit comments

Comments
 (0)