diff --git a/Dockerfile b/Dockerfile index 91deaf5..46e4511 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.15.0-bookworm-slim +FROM node:20.16.0-bookworm-slim RUN apt-get update && \ apt-get install --yes --no-install-recommends \ ca-certificates curl p7zip-full python3 python3-pip pipx && \