update rust to 1.92 (#661)

This commit is contained in:
Adil Hafeez 2025-12-25 20:46:49 -08:00 committed by GitHub
parent 205807c9de
commit 47b2658b28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# build docker image for arch gateway
FROM rust:1.82.0 AS builder
FROM rust:1.92.0 AS builder
RUN rustup -v target add wasm32-wasip1
WORKDIR /arch
COPY crates .