From 134fd2b7ade67725f8450276681ee07a86e6b0b8 Mon Sep 17 00:00:00 2001 From: Henning Bocklage Date: Sun, 30 May 2021 04:17:12 +0200 Subject: [PATCH] fix26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 50da974..fb906ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ LABEL \ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash && \ chmod +x /root/.nvm/nvm.sh && \ - /root/.nvm/nvm.sh install 16.2.0 + /root/.nvm/nvm.sh install v16.2.0 RUN apt-get update && \ apt-get install -y git