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 3, 2024
1 parent 608c2fb commit 8d94426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.web
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stage 1
ARG ASPNET_IMAGE_TAG=8.0-bookworm-slim
ARG DOTNET_SDK_IMAGE_TAG=8.0
ARG NODEJS_IMAGE_TAG=18.20-bullseye
ARG NODEJS_IMAGE_TAG=20.15-bullseye

FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_SDK_IMAGE_TAG} AS publish

Expand Down

0 comments on commit 8d94426

Please sign in to comment.