diff --git a/Dockerfile b/Dockerfile index 7fb5016..18af6fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ -FROM rust:1.64.0-alpine3.16 +FROM rust:1.67 -RUN apk add curl libc-dev && \ - curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh \ No newline at end of file +RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh \ No newline at end of file