Update to v4.1.0+glitch

This commit is contained in:
2023-02-11 10:36:24 -05:00
parent 3d1f2d3bb7
commit fdda59498e
7 changed files with 114 additions and 31 deletions

View File

@@ -34,9 +34,9 @@ RUN gem install --no-document bundler
ENV RAILS_ENV production
ENV NODE_ENV production
ARG VERSION=4.0.2
ARG VERSION=4.1.0
RUN git clone https://github.com/glitch-soc/mastodon.git /app/code && \
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' && \
bundle config --local set without 'development test' && \
bundle config --local set silence_root_warning true && \