mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-20 02:59:26 +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
|
# 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
|
RUN mkdir /fluffychat
|
||||||
WORKDIR /fluffychat
|
WORKDIR /fluffychat
|
||||||
|
Loading…
Reference in New Issue
Block a user