File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
windowsservercore-ltsc2019
windowsservercore-ltsc2022 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN $newPath = ('C:\nodejs;{0};{0}' -f $env:PATH); \
7
7
[Environment]::SetEnvironmentVariable('PATH' , $newPath, [EnvironmentVariableTarget]::Machine)
8
8
# doing this first to share cache across versions more aggressively
9
9
10
- ENV NODE_VERSION 22.9 .0
10
+ ENV NODE_VERSION 22.8 .0
11
11
ENV NODE_CHECKSUM 8af226c0aa71fefe5228e881f4b5c5d90a8b41c290b96f44f56990d8dc3fac1c
12
12
13
13
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN $newPath = ('C:\nodejs;{0};{0}' -f $env:PATH); \
7
7
[Environment]::SetEnvironmentVariable('PATH' , $newPath, [EnvironmentVariableTarget]::Machine)
8
8
# doing this first to share cache across versions more aggressively
9
9
10
- ENV NODE_VERSION 22.9 .0
10
+ ENV NODE_VERSION 22.8 .0
11
11
ENV NODE_CHECKSUM 8af226c0aa71fefe5228e881f4b5c5d90a8b41c290b96f44f56990d8dc3fac1c
12
12
13
13
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; \
You can’t perform that action at this time.
0 commit comments