Skip to content

Commit d593f4e

Browse files
Dockerfile: Update Debian version form buster to bookworm
1 parent 51b8b2f commit d593f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build Stage
2-
FROM node:18-buster AS cln-app-builder
2+
FROM node:20-bookworm AS cln-app-builder
33

44
# Install system dependencies
55
RUN apt-get update && apt-get install -y \
@@ -29,7 +29,7 @@ RUN npm run build
2929
RUN npm prune --omit=dev
3030

3131
# Final image
32-
FROM node:18-buster-slim AS cln-app-final
32+
FROM node:20-bookworm-slim AS cln-app-final
3333

3434
# Install jq for JSON parsing in entrypoint.sh
3535
RUN apt-get update && apt-get install -y jq socat

0 commit comments

Comments
 (0)