diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-09-20 09:35:38 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-20 09:35:38 +0000 |
| commit | 01b35728200aa838cc14840f60df095d236e207b (patch) | |
| tree | 6c54ddd02c821cd4bb474701d6860cf6da3d9c92 /crates/typologies | |
| parent | 0c9c0994a3e115d8fb7115f5f0a5fbc6782cb76a (diff) | |
| download | warden-01b35728200aa838cc14840f60df095d236e207b.tar.bz2 warden-01b35728200aa838cc14840f60df095d236e207b.zip | |
chore(deps): update rust docker tag to v1.90.0 (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'crates/typologies')
| -rw-r--r-- | crates/typologies/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typologies/Dockerfile b/crates/typologies/Dockerfile index 61bb2e2..104dfcd 100644 --- a/crates/typologies/Dockerfile +++ b/crates/typologies/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.89.0-slim AS builder +FROM rust:1.90.0-slim AS builder ENV SQLX_OFFLINE=true |
