From 886f27ec9a8241b1acb9ac99eb8a20b6ca294149 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 14 Feb 2024 17:07:36 +0100 Subject: [PATCH] Update to 4.2.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0720987..72d9d7b 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.5 +ARG VERSION=4.2.6 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' && \