diff --git a/Containerfile b/Containerfile index ae5d678..4e8182f 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM node:bookworm +FROM node:lts-bookworm RUN apt-get update && \ apt-get install -y ca-certificates curl && \