We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b8b2f commit d593f4eCopy full SHA for d593f4e
Dockerfile
@@ -1,5 +1,5 @@
1
# Build Stage
2
-FROM node:18-buster AS cln-app-builder
+FROM node:20-bookworm AS cln-app-builder
3
4
# Install system dependencies
5
RUN apt-get update && apt-get install -y \
@@ -29,7 +29,7 @@ RUN npm run build
29
RUN npm prune --omit=dev
30
31
# Final image
32
-FROM node:18-buster-slim AS cln-app-final
+FROM node:20-bookworm-slim AS cln-app-final
33
34
# Install jq for JSON parsing in entrypoint.sh
35
RUN apt-get update && apt-get install -y jq socat
0 commit comments