From 985692a4405b2ef88130e6097e874d1fd2aa51b4 Mon Sep 17 00:00:00 2001
From: Andri Joos <andri@joos.io>
Date: Tue, 24 Dec 2024 14:12:36 +0100
Subject: [PATCH] add 3.27.0 version

---
 .gitlab-ci.yml     | 10 +++++++++-
 .vscode/tasks.json |  1 +
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ecccea..072c68c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,10 +11,18 @@ variables:
     DOCKER_BUILDX_PLATFORMS: linux/amd64
     BUILD_ARGS: FLUTTER_VERSION=${VERSION}
 
+"3.27.0":
+  extends: 
+  - .build_flutter_base
+  - .build_image_job_template
+  variables:
+    VERSION: 3.27.0
+    IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION},${IMAGE_BASENAME}:3.27,${IMAGE_BASENAME}:3
+
 "3.24.5":
   extends: 
   - .build_flutter_base
   - .build_image_job_template
   variables:
     VERSION: 3.24.5
-    IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION},${IMAGE_BASENAME}:3.24,${IMAGE_BASENAME}:3
+    IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION},${IMAGE_BASENAME}:3.24
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 12b0916..893afa8 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -23,6 +23,7 @@
             "type": "pickString",
             "description": "Choose flutter version",
             "options": [
+                "3.27.0",
                 "3.24.5",
             ],
         },
-- 
GitLab