Merge pull request 'chore(deps): pin node.js' (#33) from renovate/digests-pin into main

Reviewed-on: #33
This commit is contained in:
bizcochito 2025-01-03 08:27:19 +00:00
commit 0320d987ed
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