diff --git a/Dockerfile b/Dockerfile index 7f996bc..f977801 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-bookworm-slim +FROM node:22-bookworm-slim RUN apt-get update && apt-get install -y \ git curl ca-certificates tini \