chore(deps): pin node.js #33

Merged
bizcochito merged 1 commits from renovate/digests-pin into main 2025-01-03 08:27:20 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:23.5-alpine AS install
FROM --platform=$BUILDPLATFORM node:23.5.0-alpine AS install
RUN mkdir -p /temp/prod
COPY package*.json /temp/prod/
RUN cd /temp/prod && npm install --frozen-lockfile