diff --git a/.tool-versions b/.tool-versions index 2ebfe3e..4947aa6 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 23.7.0 +nodejs 23.8.0 diff --git a/Dockerfile b/Dockerfile index f36ecb3..415f366 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM node:23.7.0-alpine AS install +FROM --platform=$BUILDPLATFORM node:23.8.0-alpine AS install RUN mkdir -p /temp/prod COPY package*.json /temp/prod/ RUN cd /temp/prod && npm install --frozen-lockfile