mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 06:39:25 +01:00
fix: Use correct base image in Dockerfile
This commit is contained in:
parent
c6527fe51d
commit
fc28497933
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user