Skip to content

Commit f8ab0b2

Browse files
committed
fixup! chore: switch to official release-keys repo to verify Node.js
1 parent 29a50e9 commit f8ab0b2

File tree

35 files changed

+35
-35
lines changed

35 files changed

+35
-35
lines changed

20/alpine3.22/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN addgroup -g 1000 node \
4242
&& curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz" \
4343
&& curl -fsSL --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
4444
| gpgv --keyring="$GNUPGHOME/pubring.kbx" --output - \
45-
| grep " node-v$NODE_VERSION.tar.xz\$"
45+
| grep " node-v$NODE_VERSION.tar.xz\$" \
4646
| sha256sum -c - \
4747
&& rm -rf "$GNUPGHOME" \
4848
&& tar -xJf "node-v$NODE_VERSION.tar.xz" \

20/alpine3.23/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN addgroup -g 1000 node \
4242
&& curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz" \
4343
&& curl -fsSL --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
4444
| gpgv --keyring="$GNUPGHOME/pubring.kbx" --output - \
45-
| grep " node-v$NODE_VERSION.tar.xz\$"
45+
| grep " node-v$NODE_VERSION.tar.xz\$" \
4646
| sha256sum -c - \
4747
&& rm -rf "$GNUPGHOME" \
4848
&& tar -xJf "node-v$NODE_VERSION.tar.xz" \

20/bookworm-slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
2525
&& curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz" \
2626
&& curl -fsSL --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
2727
| gpgv --keyring="$GNUPGHOME/pubring.kbx" --output - \
28-
| grep " node-v$NODE_VERSION.tar.xz\$"
28+
| grep " node-v$NODE_VERSION.tar.xz\$" \
2929
| sha256sum -c - \
3030
&& rm -rf "$GNUPGHOME" \
3131
&& tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner \

20/bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
2121
&& curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz" \
2222
&& curl -fsSL --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
2323
| gpgv --keyring="$GNUPGHOME/pubring.kbx" --output - \
24-
| grep " node-v$NODE_VERSION.tar.xz\$"
24+
| grep " node-v$NODE_VERSION.tar.xz\$" \
2525
| sha256sum -c - \
2626
&& rm -rf "$GNUPGHOME" \
2727
&& tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner \

20/bullseye-slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
2525
&& curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz" \
2626
&& curl -fsSL --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
2727
| gpgv --keyring="$GNUPGHOME/pubring.kbx" --output - \
28-
| grep " node-v$NODE_VERSION.tar.xz\$"
28+
| grep " node-v$NODE_VERSION.tar.xz\$" \
2929
| sha256sum -c - \
3030
&& rm -rf "$GNUPGHOME" \
3131
&& tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner \

20/bullseye/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
2121
&& curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz" \
2222
&& curl -fsSL --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
2323
| gpgv --keyring="$GNUPGHOME/pubring.kbx" --output - \
24-
| grep " node-v$NODE_VERSION.tar.xz\$"
24+
| grep " node-v$NODE_VERSION.tar.xz\$" \
2525
| sha256sum -c - \
2626
&& rm -rf "$GNUPGHOME" \
2727
&& tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner \

20/trixie-slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
2525
&& curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz" \
2626
&& curl -fsSL --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
2727
| gpgv --keyring="$GNUPGHOME/pubring.kbx" --output - \
28-
| grep " node-v$NODE_VERSION.tar.xz\$"
28+
| grep " node-v$NODE_VERSION.tar.xz\$" \
2929
| sha256sum -c - \
3030
&& rm -rf "$GNUPGHOME" \
3131
&& tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner \

20/trixie/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
2121
&& curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz" \
2222
&& curl -fsSL --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
2323
| gpgv --keyring="$GNUPGHOME/pubring.kbx" --output - \
24-
| grep " node-v$NODE_VERSION.tar.xz\$"
24+
| grep " node-v$NODE_VERSION.tar.xz\$" \
2525
| sha256sum -c - \
2626
&& rm -rf "$GNUPGHOME" \
2727
&& tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner \

22/alpine3.22/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN addgroup -g 1000 node \
4242
&& curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz" \
4343
&& curl -fsSL --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
4444
| gpgv --keyring="$GNUPGHOME/pubring.kbx" --output - \
45-
| grep " node-v$NODE_VERSION.tar.xz\$"
45+
| grep " node-v$NODE_VERSION.tar.xz\$" \
4646
| sha256sum -c - \
4747
&& rm -rf "$GNUPGHOME" \
4848
&& tar -xJf "node-v$NODE_VERSION.tar.xz" \

22/alpine3.23/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN addgroup -g 1000 node \
4242
&& curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz" \
4343
&& curl -fsSL --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
4444
| gpgv --keyring="$GNUPGHOME/pubring.kbx" --output - \
45-
| grep " node-v$NODE_VERSION.tar.xz\$"
45+
| grep " node-v$NODE_VERSION.tar.xz\$" \
4646
| sha256sum -c - \
4747
&& rm -rf "$GNUPGHOME" \
4848
&& tar -xJf "node-v$NODE_VERSION.tar.xz" \

0 commit comments

Comments
 (0)