Skip to content

Commit 6766d94

Browse files
committed
Update directory Docker rustc version to 1.81
Running docker build errors out with ``` 46.56 error: package `litemap v0.7.5` cannot be built because it requires rustc 1.81 or newer, while the currently active rustc version is 1.75.0 46.56 Either upgrade to rustc 1.81 or newer, or use 46.56 cargo update [email protected] --precise ver 46.56 where `ver` is the latest version of `litemap` supporting rustc 1.75.0 ``` Updating to 1.81 fixes this
1 parent 4357f3b commit 6766d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payjoin-directory/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the official Rust image as the builder
2-
FROM --platform=linux/amd64 rust:1.75-slim as builder
2+
FROM --platform=linux/amd64 rust:1.81-slim as builder
33

44
WORKDIR /usr/src/payjoin-directory
55

0 commit comments

Comments
 (0)