fix: Use correct base image in Dockerfile

This commit is contained in:
Marcel 2021-09-12 09:55:33 +00:00
parent c961099735
commit 2aa1bc5502

View file

@ -1,6 +1,6 @@
# Based upon https://github.com/Starbix/dockerimages/commit/b0c3e408263a90ee467d30aed0e855a610eb537a
FROM cirrusci/flutter:stable AS builder
FROM cirrusci/flutter:2.2.3 AS builder
RUN mkdir /fluffychat
WORKDIR /fluffychat