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
commit 2c8e360b0a
2 changed files with 3 additions and 4 deletions

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