build: update Node.js version in alpine.Dockerfile
This commit is contained in:
parent
ea7e75ee74
commit
f4f179c714
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:14-alpine
|
||||
FROM node:18-alpine
|
||||
|
||||
ENV PATH="/aarch64-linux-musl-cross/bin:/usr/local/cargo/bin/rustup:/root/.cargo/bin:$PATH" \
|
||||
RUSTFLAGS="-C target-feature=-crt-static" \
|
||||
|
|
Loading…
Reference in a new issue