Skip to content

Commit

Permalink
Update Dockerfile-backend
Browse files Browse the repository at this point in the history
Upgrade to Rust 1.76
  • Loading branch information
ubergeek77 committed Apr 3, 2024
1 parent 15ac1ec commit db9fcff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-backend
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.6
ARG RUST_VERSION=1.75
ARG RUST_VERSION=1.76
ARG CARGO_BUILD_FEATURES=default
ARG RUST_RELEASE_MODE=release

Expand Down Expand Up @@ -54,4 +54,4 @@ USER $UNAME

ENTRYPOINT ["lemmy_server"]
EXPOSE 8536
STOPSIGNAL SIGTERM
STOPSIGNAL SIGTERM

0 comments on commit db9fcff

Please sign in to comment.