Update Dockerfile

This commit is contained in:
Adil Hafeez 2026-02-07 18:06:58 -08:00 committed by GitHub
parent 9d037bab88
commit d7f03dd02e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
# build docker image for arch gateway
# build docker image for plano
FROM rust:1.93.0 AS builder
RUN rustup -v target add wasm32-wasip1
WORKDIR /arch