Add 'bookworm' label to Nodejs v20, v22, and v23 base image

This commit is contained in:
mydapitt
2024-10-23 19:40:51 +07:00
parent 755085d2d9
commit bb8092b592
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH node:23-slim
FROM --platform=$TARGETOS/$TARGETARCH node:23-bookworm-slim
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"