Skip to content

Commit

Permalink
build: update Node.js version in alpine.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn authored Mar 31, 2023
1 parent ea7e75e commit f4f179c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine.Dockerfile
Original file line number Diff line number Diff line change
@@ -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" \
Expand Down

0 comments on commit f4f179c

Please sign in to comment.