From 0e6a4c6ec329a6ea2bf95e62c7dd3d68e7a67d50 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 11 Oct 2023 08:45:30 +0530 Subject: [PATCH] Update mastodon to 4.2.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 78e8d46..48b3812 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.0 +ARG VERSION=4.2.1 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' && \