diff --git a/Dockerfile b/Dockerfile index f2188a9..2df6015 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.12.0-bookworm-slim +FROM node:22.0.0-bookworm-slim RUN apt-get update && \ apt-get install --yes --no-install-recommends \ ca-certificates curl p7zip-full python3 python3-pip pipx && \