Some checks failed
Build container images / build (push) Failing after 1m48s
7 lines
116 B
Docker
7 lines
116 B
Docker
|
|
ARG NODE_VERSION=20
|
|
|
|
FROM node:${NODE_VERSION}
|
|
|
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|