Upgrade to Node 20

This commit is contained in:
silverwind 2023-05-29 14:49:56 +02:00
parent 7d38483860
commit 24ea17f8d5
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
1 changed files with 1 additions and 1 deletions

View File

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