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