rust-ci/Dockerfile

6 lines
128 B
Text
Raw Normal View History

2025-03-17 00:13:15 -04:00
FROM node:23-bookworm
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
ENTRYPOINT ["/bin/bash", "-l", "-c"]