From b7168eb9b150822ba4fb9af4485fefd2769ef6ca Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 8 Apr 2022 16:04:57 -0700 Subject: [PATCH] Update mastodon to 3.5.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b59a8d8..6c669b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN gem install --no-document bundler ENV RAILS_ENV production ENV NODE_ENV production -ARG VERSION=3.5.0 +ARG VERSION=3.5.1 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' && \