building test image / workflow
Some checks failed
Build container images / build (push) Failing after 1m48s
Some checks failed
Build container images / build (push) Failing after 1m48s
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
ARG NODE_VERSION=20
|
||||
|
||||
FROM node:${NODE_VERSION}
|
||||
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
Reference in New Issue
Block a user