Use node20

This commit is contained in:
Kieran 2023-08-23 15:28:11 +01:00
parent f359a8a861
commit 0feb30a0e8
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env
WORKDIR /app
#install npm
RUN curl -fsSL https://deb.nodesource.com/setup_19.x | bash -
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
RUN apt-get install -y nodejs
#run yarn install