Skip to content

Commit d8d5d9f

Browse files
berezovskyimatze
authored andcommitted
Update Rust base image version to 1.95
Bump it to align with the version declared in the TOML. Otherwise: ``` 4.193 error: rustc 1.90.0 is not supported by the following packages: 4.193 rusqlite_migration@2.6.0 requires rustc 1.95 4.193 rusqlite_migration@2.6.0 requires rustc 1.95 4.193 rusqlite_migration@2.6.0 requires rustc 1.95 4.193 rusqlite_migration@2.6.0 requires rustc 1.95 4.193 rusqlite_migration@2.6.0 requires rustc 1.95 4.193 wastebin@3.6.2 requires rustc 1.95 4.193 wastebin@3.6.2 requires rustc 1.95 4.193 wastebin-ctl@3.6.2 requires rustc 1.95 4.193 wastebin-ctl@3.6.2 requires rustc 1.95 4.193 wastebin_core@3.6.2 requires rustc 1.95 4.193 wastebin_core@3.6.2 requires rustc 1.95 4.193 wastebin_highlight@3.6.2 requires rustc 1.95 4.193 wastebin_highlight@3.6.2 requires rustc 1.95 ```
1 parent a451f21 commit d8d5d9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# --- build image
66

7-
FROM rust:1.90 AS builder
7+
FROM rust:1.95 AS builder
88

99
RUN rustup target add \
1010
aarch64-unknown-linux-musl \

0 commit comments

Comments
 (0)