Skip to content

Commit

Permalink
Update Dockerfile to Rust 1.79 (#1476)
Browse files Browse the repository at this point in the history
This should fix failing tests.
  • Loading branch information
jaymell authored Oct 3, 2024
1 parent 905919c commit 7cb02ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base build
FROM rust:1.76-slim-bookworm AS build
FROM rust:1.79-slim-bookworm AS build

RUN apt-get update && apt-get install -y \
build-essential=12.* \
Expand Down

0 comments on commit 7cb02ce

Please sign in to comment.