From 01972388b00e9849d9a5d9e9150400f6d77df1ad Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 15 Nov 2022 09:21:23 +0100 Subject: [PATCH] Update Mastodon to 4.0.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74e8a47..fc70b2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN gem install --no-document bundler ENV RAILS_ENV production ENV NODE_ENV production -ARG VERSION=3.5.5 +ARG VERSION=4.0.2 RUN curl -L https://github.com/tootsuite/mastodon/archive/v${VERSION}.tar.gz | tar -xz --strip-components 1 -f - && \ bundle config --local set deployment 'true' && \