From b72b058f5ec4682509c13d59a3b8bc29338f9cbb Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 23 Feb 2024 15:38:34 +0100 Subject: [PATCH] Update to 4.2.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a47c685..8acb327 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.7 +ARG VERSION=4.2.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' && \