Skip to content
Snippets Groups Projects
Commit 8563f981 authored by Jonas Leder's avatar Jonas Leder
Browse files

Merge branch 'renovate/public.ecr.aws-docker-library-node-20.x' into 'master'

Update Node.js to v20.9

See merge request !174
parents a3308ac0 583fae06
No related branches found
No related tags found
1 merge request!174Update Node.js to v20.9
Pipeline #25744 passed
FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/node:20.8-alpine@sha256:1ccb0c0ded3b21cee95fe6b6ce1ac23bd6680c8f152cbfb3047d5d9ea490b098 AS buildJS
FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/node:20.9-alpine@sha256:807e66e2bee193961c9642bb1157d77a61747bf76737ca786da45b10749dcb42 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