ci: use flutter stable to fix dart sdk version mismatch
This commit is contained in:
parent
c35eefd2a9
commit
f71151d19c
|
|
@ -1,5 +1,5 @@
|
||||||
# Frontend Dockerfile for Chitfund (Flutter Web)
|
# Frontend Dockerfile for Chitfund (Flutter Web)
|
||||||
FROM ghcr.io/cirruslabs/flutter:3.24.0 AS build
|
FROM ghcr.io/cirruslabs/flutter:stable AS build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN flutter pub get
|
RUN flutter pub get
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue