From f3a5cc97dce5a077853935a44b9c2aad24565add Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 1 Jun 2023 18:21:00 +0000 Subject: [PATCH] Upgrade to Node 20 (#26) Same as in https://github.com/go-gitea/gitea/pull/24524. Reviewed-on: https://gitea.com/gitea/test-env/pulls/26 Co-authored-by: silverwind Co-committed-by: silverwind --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9e98860..0267888 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN curl -SL https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz \ # install golangci-lint && go install github.com/golangci/golangci-lint/cmd/golangci-lint@v${GOLANGCI_LINT_VERSION} \ && golangci-lint --version \ - && curl -sL https://deb.nodesource.com/setup_18.x | bash - && apt-get -qqy install nodejs + && curl -sL https://deb.nodesource.com/setup_20.x | bash - && apt-get -qqy install nodejs USER gitea RUN git config --global --add safe.directory '*'