From 2fe94e7e4e4c44e514c589d00b49b5b022d98c45 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 19 Aug 2024 11:37:51 +0200 Subject: [PATCH] Update Mastodon to 4.2.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4f7ef0..ba401be 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.11 +ARG VERSION=4.2.12 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' && \