From b77a74978c2b293eb9f06c58ea71f4437f8b4ac6 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 1 Feb 2024 17:07:16 +0100 Subject: [PATCH] Update to 4.2.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72713ec..0720987 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.4 +ARG VERSION=4.2.5 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' && \