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