diff options
Diffstat (limited to 'crates/router/Dockerfile')
| -rw-r--r-- | crates/router/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/router/Dockerfile b/crates/router/Dockerfile index 12a462e..3cab35c 100644 --- a/crates/router/Dockerfile +++ b/crates/router/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.90.0-slim AS builder +FROM rust:1.91.0-slim AS builder RUN rustup target add x86_64-unknown-linux-musl RUN apt update && apt install -y musl-tools musl-dev protobuf-compiler curl |
