diff --git a/Dockerfile b/Dockerfile index 8a94a0b..8cea51e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Multi-stage build for Barycenter OpenID Connect IdP # Build stage -FROM rust:1.91-bookworm AS builder +FROM rust:1.92-bookworm AS builder WORKDIR /build @@ -10,6 +10,7 @@ COPY Cargo.toml Cargo.lock ./ # Copy source code COPY src ./src COPY migration ./migration +COPY client-wasm ./client-wasm # Build release binary with platform-specific caches to avoid race conditions ARG TARGETPLATFORM