Skip to content

Commit

Permalink
Downgrade to ltsc 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
jwdb committed Jan 8, 2025
1 parent 823abf6 commit bbbbbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.Windows
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Base-Node
#
FROM mcr.microsoft.com/windows/servercore:ltsc2025-amd64 AS nodewindows
FROM mcr.microsoft.com/windows/servercore:ltsc2022-amd64 AS nodewindows
# Install dependencies first
RUN mkdir c:\node
WORKDIR c:\\node
Expand Down

0 comments on commit bbbbbc4

Please sign in to comment.