ci: use flutter stable to fix dart sdk version mismatch
Build and Deploy Chitfund / build-backend (push) Successful in 2m4s Details
Build and Deploy Chitfund / build-frontend (push) Successful in 9m6s Details

This commit is contained in:
deepkoluguri 2026-05-12 02:47:36 +00:00
parent c35eefd2a9
commit f71151d19c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# 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
COPY . .
RUN flutter pub get