From 8b605577f7c4f29881879e5d213122547c3a576f Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 6 Nov 2021 10:08:38 -0700 Subject: [PATCH] Update mastodon to 3.4.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8691aaa..89334be 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.4.1 +ARG VERSION=3.4.3 RUN curl -L https://github.com/tootsuite/mastodon/archive/v${VERSION}.tar.gz | tar -xz --strip-components 1 -f - && \ bundle config set deployment 'true' && \