mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
upgrade rust to 1.93.0 and fix pre-commit (#720)
This commit is contained in:
parent
28a4242c6e
commit
e41aa0a617
5 changed files with 29 additions and 35 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# build docker image for arch gateway
|
||||
FROM rust:1.92.0 AS builder
|
||||
FROM rust:1.93.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