Skip to content

Commit e7d4267

Browse files
committed
chore: switch to the node:18-bookworm image
1 parent 749c25f commit e7d4267

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-pr-validation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ jobs:
173173
- name: Test NAPI file in linux_glibc containers
174174
if: matrix.image == 'linux_glibc'
175175
run: |
176-
./tests/load-test.sh node:16-bullseye ${{matrix.cpu.platform}}
177-
./tests/load-test.sh node:18-bullseye ${{matrix.cpu.platform}}
178-
./tests/load-test.sh node:19-bullseye ${{matrix.cpu.platform}}
179-
./tests/load-test.sh node:22-bullseye ${{matrix.cpu.platform}}
176+
./tests/load-test.sh node:16-bookworm ${{matrix.cpu.platform}}
177+
./tests/load-test.sh node:18-bookworm ${{matrix.cpu.platform}}
178+
./tests/load-test.sh node:19-bookworm ${{matrix.cpu.platform}}
179+
./tests/load-test.sh node:22-bookworm ${{matrix.cpu.platform}}
180180
181181
- name: Test NAPI file in linux_musl containers
182182
if: matrix.image == 'linux_musl'

pkg/linux/Dockerfile_linux_glibc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
ARG NODE_VERSION
2121

22-
FROM node:${NODE_VERSION}-bullseye
22+
FROM node:${NODE_VERSION}-bookworm
2323

2424
RUN apt-get update -y && \
2525
apt-get install -y \

0 commit comments

Comments
 (0)