From 0f61e3c04ef0d198a815a6fd21a7864c3cc6bac8 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 21 Jul 2023 17:49:31 +0200 Subject: [PATCH] Bump version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1bd005d..b3e296a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN gem install --no-document bundler ENV RAILS_ENV production ENV NODE_ENV production -ARG VERSION=4.1.4 +ARG VERSION=4.1.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' && \