Skip to content

Commit

Permalink
docker: upgrade rust version
Browse files Browse the repository at this point in the history
The new version of sqlx requires a new version of rust.

Signed-off-by: Tobin Feldman-Fitzthum <[email protected]>
  • Loading branch information
fitzthum committed Aug 14, 2024
1 parent 5e4d448 commit 48f8bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.simple-kbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.72.0-bullseye AS builder
FROM rust:1.80.0-bullseye AS builder
RUN rustup component add rustfmt
WORKDIR /usr/src/simple-kbs
COPY . .
Expand Down

0 comments on commit 48f8bc6

Please sign in to comment.