diff --git a/Dockerfile b/Dockerfile index 16948cc..36780a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24 +FROM node:24-trixie RUN apt-get update && apt-get upgrade -y && \ apt-get install -y --no-install-recommends ca-certificates && \