chore: Update flutter to 3.7.10 and switch to self hosted cirruslabs image

This commit is contained in:
Krille 2023-04-12 08:37:59 +02:00
parent 02a0c4760a
commit af2907b946
No known key found for this signature in database
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
variables:
FLUTTER_VERSION: 3.7.7
FLUTTER_VERSION: 3.7.10
image: cirrusci/flutter:${FLUTTER_VERSION}
image: ghcr.io/cirruslabs/flutter:${FLUTTER_VERSION}
.shared_windows_runners:
tags:
@ -88,7 +88,6 @@ integration_test:
# integration tests for Linux builds
### disabled because of Linux headless issues
.integration_test_linux:
image: cirrusci/flutter:${FLUTTER_VERSION}
extends: integration_test
parallel:
matrix:

View File

@ -1,4 +1,4 @@
FROM cirrusci/flutter as builder
FROM ghcr.io/cirruslabs/flutter as builder
RUN sudo apt update && sudo apt install curl -y
COPY . /app
WORKDIR /app