All checks were successful
Build container images / build (push) Successful in 2m29s
7 lines
125 B
Docker
7 lines
125 B
Docker
|
|
ARG NODE_VERSION=20
|
|
|
|
FROM node:${NODE_VERSION}
|
|
|
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|