• nick@campfyre.nickwebster.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    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.