Skip to content

Commit b11cc79

Browse files
committed
Set node version to 22.8.0
Signed-off-by: Daniel Fiala <danfiala23@gmail.com>
1 parent 79bf2fe commit b11cc79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

22/windowsservercore-ltsc2019/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN $newPath = ('C:\nodejs;{0};{0}' -f $env:PATH); \
77
[Environment]::SetEnvironmentVariable('PATH', $newPath, [EnvironmentVariableTarget]::Machine)
88
# doing this first to share cache across versions more aggressively
99

10-
ENV NODE_VERSION 22.9.0
10+
ENV NODE_VERSION 22.8.0
1111
ENV NODE_CHECKSUM 8af226c0aa71fefe5228e881f4b5c5d90a8b41c290b96f44f56990d8dc3fac1c
1212

1313
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; \

22/windowsservercore-ltsc2022/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN $newPath = ('C:\nodejs;{0};{0}' -f $env:PATH); \
77
[Environment]::SetEnvironmentVariable('PATH', $newPath, [EnvironmentVariableTarget]::Machine)
88
# doing this first to share cache across versions more aggressively
99

10-
ENV NODE_VERSION 22.9.0
10+
ENV NODE_VERSION 22.8.0
1111
ENV NODE_CHECKSUM 8af226c0aa71fefe5228e881f4b5c5d90a8b41c290b96f44f56990d8dc3fac1c
1212

1313
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; \

0 commit comments

Comments
 (0)