Skip to content

Commit fb6086b

Browse files
committed
update dependencies
1 parent 2371a3f commit fb6086b

File tree

2 files changed

+71
-39
lines changed

2 files changed

+71
-39
lines changed

Cargo.lock

Lines changed: 70 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
####################################################################################################
22
## Builder
33
####################################################################################################
4-
FROM rust:1.91 AS builder
4+
FROM rust:1.92 AS builder
55

66
RUN rustup target add x86_64-unknown-linux-musl
77
RUN apt update && apt install -y musl-tools musl-dev

0 commit comments

Comments
 (0)