From 6d274756a3b65d5723c1658b4e68491a98311107 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 24 Jan 2024 16:21:33 +0100 Subject: [PATCH] Update mastodon to 4.2.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b7a0c4..72713ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN gem install --no-document bundler ENV RAILS_ENV production ENV NODE_ENV production -ARG VERSION=4.2.3 +ARG VERSION=4.2.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' && \