Skip to content

Commit

Permalink
Update Node.js to v20.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent f49df38 commit 82e53a7
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=20.15-bullseye
ARG NODEJS_IMAGE_TAG=20.18-bullseye

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

Expand Down

0 comments on commit 82e53a7

Please sign in to comment.