this post was submitted on 26 Jun 2023
58 points (93.9% liked)

Memes

45190 readers
1884 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
[–] [email protected] 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.