use flutter 3.16.9 bc. of build errors with newer version

This commit is contained in:
lukas-heiligenbrunner 2024-02-16 10:44:33 +01:00
parent 7ab654df48
commit 04f4e99782

View File

@ -1,4 +1,4 @@
FROM ghcr.io/cirruslabs/flutter:latest AS frontend_builder
FROM ghcr.io/cirruslabs/flutter:3.16.9 AS frontend_builder
WORKDIR /app
COPY frontend /app