From 7d57b3449c06f01c02b1d1806f5a667a7ffa83f8 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Thu, 2 Nov 2023 23:05:40 -0700 Subject: [PATCH] building test image / workflow --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 19742d7..8cc490c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,4 @@ ARG NODE_VERSION=20 FROM node:${NODE_VERSION} -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y