From 2c26a2b9e3208636cca1a496d0b263e9f93a6f07 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 14 Nov 2022 21:35:54 +0100 Subject: [PATCH] Update mastodon to 3.5.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 604a0c0..82d096d 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.3 +ARG VERSION=3.5.4 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' && \