From 3ab5ea3f827c25508206e82760f653c88f0cfcc0 Mon Sep 17 00:00:00 2001 From: Krille Date: Mon, 15 May 2023 08:16:52 +0200 Subject: [PATCH] builds: Update to flutter container 3.7.12 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aeee1b6c..26300b7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ include: - if: $OVERRIDE_INCLUDE_BRANCH variables: - FLUTTER_IMAGE_TAG: "3.7.8" + FLUTTER_IMAGE_TAG: "3.7.12" DART_IMAGE_TAG: "2.19.0" OVERRIDE_INCLUDE_BRANCH: description: "Change the branch used to include the CI template"