Skip to content

Commit 6a173f6

Browse files
authored
Merge pull request #2429 from nodejs/update-branch
feat: Node.js 25.8.2
2 parents da6809a + 382996a commit 6a173f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

25/alpine3.22/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.22
22

3-
ENV NODE_VERSION=25.8.1
3+
ENV NODE_VERSION=25.8.2
44

55
RUN addgroup -g 1000 node \
66
&& adduser -u 1000 -G node -s /bin/sh -D node \
@@ -10,7 +10,7 @@ RUN addgroup -g 1000 node \
1010
curl \
1111
&& ARCH= OPENSSL_ARCH='linux*' && alpineArch="$(apk --print-arch)" \
1212
&& case "${alpineArch##*-}" in \
13-
x86_64) ARCH='x64' CHECKSUM="f056db4cc177c28d1809fb5bdd72ce058088ab5bd7d800af24b20e2580034028" OPENSSL_ARCH=linux-x86_64;; \
13+
x86_64) ARCH='x64' CHECKSUM="0a2df417146886700215deb7fb4175381ab242509baa072690ca615d3f37d97b" OPENSSL_ARCH=linux-x86_64;; \
1414
x86) OPENSSL_ARCH=linux-elf;; \
1515
aarch64) OPENSSL_ARCH=linux-aarch64;; \
1616
arm*) OPENSSL_ARCH=linux-armv4;; \

25/alpine3.23/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.23
22

3-
ENV NODE_VERSION=25.8.1
3+
ENV NODE_VERSION=25.8.2
44

55
RUN addgroup -g 1000 node \
66
&& adduser -u 1000 -G node -s /bin/sh -D node \
@@ -10,7 +10,7 @@ RUN addgroup -g 1000 node \
1010
curl \
1111
&& ARCH= OPENSSL_ARCH='linux*' && alpineArch="$(apk --print-arch)" \
1212
&& case "${alpineArch##*-}" in \
13-
x86_64) ARCH='x64' CHECKSUM="f056db4cc177c28d1809fb5bdd72ce058088ab5bd7d800af24b20e2580034028" OPENSSL_ARCH=linux-x86_64;; \
13+
x86_64) ARCH='x64' CHECKSUM="0a2df417146886700215deb7fb4175381ab242509baa072690ca615d3f37d97b" OPENSSL_ARCH=linux-x86_64;; \
1414
x86) OPENSSL_ARCH=linux-elf;; \
1515
aarch64) OPENSSL_ARCH=linux-aarch64;; \
1616
arm*) OPENSSL_ARCH=linux-armv4;; \

0 commit comments

Comments
 (0)