diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-11-15 13:53:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-15 13:53:47 +0000 |
| commit | a0ac7056a5323dd395880bdc71a2528a8806740d (patch) | |
| tree | b1ab16650d7ae3f0763b064d064c76dfb6da8e9b /crates/router/Dockerfile | |
| parent | 3f3cb2d239efb6d7a642e23ee5b19b989e1e7227 (diff) | |
| download | warden-a0ac7056a5323dd395880bdc71a2528a8806740d.tar.bz2 warden-a0ac7056a5323dd395880bdc71a2528a8806740d.zip | |
chore(deps): update rust docker tag to v1.91.1 (#90)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 3cab35c..57a7aa3 100644 --- a/crates/router/Dockerfile +++ b/crates/router/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.91.0-slim AS builder +FROM rust:1.91.1-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 |
