From a24af7b9e1d9ef3537433f13fe38d9043aa27287 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 19 Sep 2023 21:20:51 +0530 Subject: [PATCH] Update mastodon to 4.1.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5966a2a..48949de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN gem install --no-document bundler ENV RAILS_ENV production ENV NODE_ENV production -ARG VERSION=4.1.7 +ARG VERSION=4.1.8 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' && \