mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
update rust to 1.92 (#661)
This commit is contained in:
parent
205807c9de
commit
47b2658b28
2 changed files with 2 additions and 2 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue