From d5cdbade7331064029d03e4d75ba21e077fcecdc Mon Sep 17 00:00:00 2001
From: Andri Joos <andri@joos.io>
Date: Tue, 24 Dec 2024 14:13:11 +0100
Subject: [PATCH] add 3.27.1 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 072c68c..db0e65b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,13 +11,21 @@ variables:
     DOCKER_BUILDX_PLATFORMS: linux/amd64
     BUILD_ARGS: FLUTTER_VERSION=${VERSION}
 
+"3.27.1":
+  extends: 
+  - .build_flutter_base
+  - .build_image_job_template
+  variables:
+    VERSION: 3.27.1
+    IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION},${IMAGE_BASENAME}:3.27,${IMAGE_BASENAME}:3
+
 "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
+    IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION}
 
 "3.24.5":
   extends: 
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 893afa8..387bad9 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -23,6 +23,7 @@
             "type": "pickString",
             "description": "Choose flutter version",
             "options": [
+                "3.27.1",
                 "3.27.0",
                 "3.24.5",
             ],
-- 
GitLab