Skip to content

Commit 14a6be8

Browse files
chore: upgrade node to version 22.18.0 (#8)
1 parent 4617ec2 commit 14a6be8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
env:
16-
IMAGE_VERSION: bookworm_rust_1.88-node_22.17.1
16+
IMAGE_VERSION: bookworm_rust_1.88-node_22.18.0
1717

1818
steps:
1919
- name: Checkout code

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ RUN ((cat /etc/os-release | grep ID | grep alpine) && apk add --no-cache musl-de
4545
&& rm -rf $CARGO_HOME/registry/
4646

4747
# ----------------------
48-
# node 22.17.1 via https://github.com/nodejs/docker-node/blob/main/22/bookworm/Dockerfile
48+
# node 22.18.0 via https://github.com/nodejs/docker-node/blob/main/22/bookworm/Dockerfile
4949
# ----------------------
5050
RUN groupadd --gid 1000 node \
5151
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
5252

53-
ENV NODE_VERSION 22.17.1
53+
ENV NODE_VERSION 22.18.0
5454

5555
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
5656
&& case "${dpkgArch##*-}" in \
@@ -67,6 +67,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
6767
# gpg keys listed at https://github.com/nodejs/node#release-keys
6868
&& set -ex \
6969
&& for key in \
70+
5BE8A3F6C8A5C01D106C0AD820B1A390B168D356 \
7071
C0D6248439F1D5604AAFFB4021D900FFDB233756 \
7172
DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 \
7273
CC68F5A3106FF448322E48ED27F5E38D5B0A215F \

0 commit comments

Comments
 (0)