rust-ci/Dockerfile
James Brumond e7f5e0b45c
Some checks failed
Build container images / build (push) Failing after 1m48s
building test image / workflow
2023-11-02 21:07:54 -07:00

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