this post was submitted on 26 Jun 2023
56 points (92.4% liked)

Memes

45193 readers
1502 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] nick@campfyre.nickwebster.dev 2 points 1 year ago

I made my own that compiles Lemmy from source. Basically just make a dockerfile with a build step that git clones Lemmy, checks out the tag for the release you want, writes that version number to the rust file that needs it (see the official docker image file for this), and then do a cargo build --release.