From c10ae803d130e1d5c821182c501c9e9db9639eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jovan=20Kruni=C4=87?= Date: Thu, 4 Feb 2021 16:31:20 +0100 Subject: [PATCH] build: update ionic and cordova --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d88dfa51..69a8f2e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,8 @@ LABEL version="2.0.0" \ ENV ANDROID_APIS="android-26" \ ANDROID_BUILD_TOOLS_VERSION="26.0.2" \ NPM_VERSION="latest" \ - IONIC_VERSION="^5.0.0" \ - CORDOVA_VERSION="^8.0.0" \ + IONIC_VERSION="^6.0.0" \ + CORDOVA_VERSION="^9.0.0" \ ### Configure download URLs ANDROID_SDK_TOOLS_DOWNLOAD_URL="https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip" \ GOOGLE_SIGNING_KEY_URL="https://dl-ssl.google.com/linux/linux_signing_key.pub" \