Skip to content

Commit

Permalink
Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent fd5af22 commit ca2f683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN dotnet restore "Dfe.PrepareConversions.Redirector/Dfe.PrepareConversions.Red
COPY . .

# Stage 2 - Build assets
FROM node:18.20-bullseye as frontend
FROM node:20.15-bullseye as frontend
COPY --from=build /src /src
WORKDIR /src/Dfe.PrepareConversions/wwwroot
RUN npm install
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Stage 1 - Restore and publish .NET layers
ARG ASPNET_IMAGE_TAG=8.0-bookworm-slim
ARG NODEJS_IMAGE_TAG=18.20-bullseye
ARG NODEJS_IMAGE_TAG=20.15-bullseye
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS publish
WORKDIR /build

Expand Down

0 comments on commit ca2f683

Please sign in to comment.