From aa6d7456a73ed598c5f9fad18cecc4822fb46b31 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Thu, 16 Feb 2023 21:27:28 +0100 Subject: [PATCH] Chore: use debian --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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