We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213ebcf commit ef9af9dCopy full SHA for ef9af9d
Earthfile
@@ -6,7 +6,7 @@ ARG --global debian = bookworm
6
IMPORT github.com/earthly/lib/rust:a49d2a0f4028cd15666d19904f8fc5fbd0b9ba87 AS lib-rust
7
8
install-build-dependencies:
9
- FROM rust:1.88.0-$debian
+ FROM rust:1.89.0-$debian
10
WORKDIR /lightway
11
RUN dpkg --add-architecture arm64
12
RUN apt-get update -qq
0 commit comments