From 1c9ea0940230d47d2455aa9c446ad614a83a71ad Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 3 May 2022 17:11:37 -0700 Subject: [PATCH] Update mastodon to 3.5.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c669b6..ca69bfc 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.1 +ARG VERSION=3.5.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' && \