From 99bd0488e93fe8e957018b60384299d27a401496 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 27 May 2022 11:59:40 -0700 Subject: [PATCH] Update mastodon to 3.5.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ca69bfc..604a0c0 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.2 +ARG VERSION=3.5.3 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' && \