Skip to content

Commit

Permalink
fix: update Dockerimage to use latest rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Feb 4, 2025
1 parent 4a2949d commit f49f440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
!Cargo.toml
!logic
!server
!client
!Dockerfile
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.59 AS builder
FROM lukemathwalker/cargo-chef:latest-rust-1.84 AS builder

WORKDIR app
WORKDIR /app

COPY . .

Expand Down

0 comments on commit f49f440

Please sign in to comment.