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 '*'