Skip to content

Commit

Permalink
Update Node.js to v18.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 22, 2024
1 parent dd6b94c commit e7e8c68
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.12-bullseye as frontend
FROM node:18.19-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=6.0-bullseye-slim
ARG NODEJS_IMAGE_TAG=18.12-bullseye
ARG NODEJS_IMAGE_TAG=18.19-bullseye
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS publish
WORKDIR /build

Expand Down

0 comments on commit e7e8c68

Please sign in to comment.