Skip to content

Commit

Permalink
peerdb-server.Dockerfile: rust 1.75 (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex authored Jan 5, 2024
1 parent 09b7b35 commit f7641da
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.74-slim-bookworm as chef
FROM lukemathwalker/cargo-chef:latest-rust-1.75-slim-bookworm as chef
WORKDIR /root

FROM chef as planner
Expand Down

0 comments on commit f7641da

Please sign in to comment.