rust-ci/Dockerfile
James Brumond 7d57b3449c
All checks were successful
Build container images / build (push) Successful in 2m29s
building test image / workflow
2023-11-02 23:05:40 -07:00

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