Skip to content
Snippets Groups Projects
Commit d033c795 authored by Matthieu BENOIST's avatar Matthieu BENOIST
Browse files

Merge branch 'node_update' into 'master'

Update node to 14.20.0 (sec fix)

See merge request !29
parents 1987121c 3f46e1e4
Branches
No related tags found
1 merge request!29Update node to 14.20.0 (sec fix)
Pipeline #39923 passed
# Stage 0, based on Node.js, to build and compile Angular # Stage 0, based on Node.js, to build and compile Angular
FROM node:14.15.1 as builder FROM node:14.20.0 as builder
# Copy the package.json file first in order to cache the modules # Copy the package.json file first in order to cache the modules
COPY ./package.json /app/package.json COPY ./package.json /app/package.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment