diff --git a/Dockerfile b/Dockerfile index f7c0d933..3943b1c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.15.0-slim +FROM node:24.0.0-slim LABEL org.opencontainers.image.source=https://github.com/CheckerNetwork/node USER node WORKDIR /usr/src/app