From 50f4f21891c22f697b59aaa6a46d201226871364 Mon Sep 17 00:00:00 2001 From: Recap Time Bot Date: Sat, 9 Oct 2021 12:32:07 +0000 Subject: [PATCH] Autofix: upgrade-nvm-tools Signed-off-by: Recap Time Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53c5863..4d61aec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN sudo apt install --yes --no-install-recommends make build-essential libssl-d RUN code-server --install-extension esbenp.prettier-vscode # hard-code versions using environment variables during build-time -ENV NODE_VERSION=14.17.6 \ +ENV NODE_VERSION=14.18.0 \ GOLANG_VERSION=1.16.3 \ PYTHON_VERSION=3.8.9