Skip to content

Commit

Permalink
docker: Update Node to 18.18.0 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Sep 29, 2023
1 parent 2a01379 commit 39b5e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG DEBIAN_FRONTEND=noninteractive

ARG SOLANA_CLI
ARG ANCHOR_CLI
ARG NODE_VERSION="v18.16.0"
ARG NODE_VERSION="v18.18.0"

ENV HOME="/root"
ENV PATH="${HOME}/.cargo/bin:${PATH}"
Expand Down

0 comments on commit 39b5e31

Please sign in to comment.