Skip to content

Commit

Permalink
peerdb-server.Dockerfile: rust 1.74 (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex authored Nov 21, 2023
1 parent 44a8b0f commit 62e2e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks/peerdb-server.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM lukemathwalker/cargo-chef:latest-rust-1.70-slim-bookworm as chef
FROM lukemathwalker/cargo-chef:latest-rust-1.74-slim-bookworm as chef
WORKDIR /root

FROM chef as planner
Expand Down

0 comments on commit 62e2e5c

Please sign in to comment.