From 9b8afbf0f75b443494fa30046fe108b5dc30a9db Mon Sep 17 00:00:00 2001 From: Krille Date: Tue, 30 May 2023 15:44:28 +0200 Subject: [PATCH] builds: Update dart and flutter ci containers --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26300b7c..03683437 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,8 +11,8 @@ include: - if: $OVERRIDE_INCLUDE_BRANCH variables: - FLUTTER_IMAGE_TAG: "3.7.12" - DART_IMAGE_TAG: "2.19.0" + FLUTTER_IMAGE_TAG: "3.10.4" + DART_IMAGE_TAG: "3.0.3" OVERRIDE_INCLUDE_BRANCH: description: "Change the branch used to include the CI template" value: "main"