Skip to content

Commit

Permalink
asset.wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Jan 17, 2024
1 parent 17e191e commit 4631af2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-frontend-canister.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG RUST_VERSION
FROM scratch AS registry
FROM rust:${RUST_VERSION} AS builder
COPY --from=registry . ${CARGO_HOME}/registry/index
RUN cargo install ic-wasm --version 0.2.0
RUN cargo install ic-wasm --version 0.7.0
COPY . /build
# defined in update-frontend-canister.sh
WORKDIR /build
Expand Down
Binary file modified src/distributed/assetstorage.wasm.gz
Binary file not shown.

0 comments on commit 4631af2

Please sign in to comment.