Skip to content

Commit

Permalink
Bump Rust version to match upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergeek77 authored Aug 20, 2024
1 parent 20950a9 commit 1950fe6
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.7
ARG RUST_VERSION=1.78
ARG RUST_VERSION=1.80
ARG CARGO_BUILD_FEATURES=default
ARG RUST_RELEASE_MODE=release

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

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

0 comments on commit 1950fe6

Please sign in to comment.