Skip to content

Commit

Permalink
Use Mastodon 4.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Oct 11, 2024
1 parent 49acaf9 commit f921d61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
repository: mastodon/mastodon
path: ./mastodon
fetch-depth: 1
ref: "v4.2.0-beta2"
ref: "v4.2.7"

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand All @@ -37,4 +37,4 @@ jobs:
with:
context: .
push: true
tags: neetshin/mastodon-dev:4.2.0-beta2
tags: neetshin/mastodon-dev:latest
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ RUN bundle config git.allow_insecure true \
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -y nodejs

RUN corepack enable \
&& corepack prepare \
RUN corepack enable yarn \
&& yarn install --immutable

RUN bundle exec rails assets:precompile
Expand Down

0 comments on commit f921d61

Please sign in to comment.