misc: update deployment

This commit is contained in:
2026-04-15 17:19:53 -04:00
Unverified
parent b434e29660
commit f6753ae345
5 changed files with 12 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
FROM rust:1.91.1 AS build
FROM rust:1.92 AS build
RUN rustup target add x86_64-unknown-linux-musl && \
apt update && \