fix: Use correct base image in Dockerfile

This commit is contained in:
Marcel 2021-09-12 09:55:33 +00:00
parent c6527fe51d
commit fc28497933
1 changed files with 1 additions and 1 deletions

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