Skip to content
Snippets Groups Projects
Commit 0e2565ee authored by Renovate Bot's avatar Renovate Bot
Browse files

Update Node.js to v21.3.0

parent c1746be7
No related branches found
No related tags found
1 merge request!201Update Node.js to v21.3
Pipeline #27796 passed
FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/node:21.2-alpine@sha256:226ad4a45572c340b25a580e4af43bf74bb8a5c8bc8c0b2f6838d41914734399 AS buildJS
FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/node:21.3-alpine@sha256:cacb4e3a208aa34e0f821b56256e446ad984960d4f9aca66c7026e16b87db89f AS buildJS
WORKDIR /app
COPY . ./
RUN yarn install --frozen-lockfile && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment