Skip to content

Commit d894660

Browse files
authored
Update Dockerfile
angular17 incompatible with node 14, got error of "88.21 error @angular/[email protected]: The engine "node" is incompatible with this module. Expected version "^18.13.0 || >=20.9.0". Got "14.21.3"" when run docker build.
1 parent 000764d commit d894660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# stage 1
2-
FROM node:14 as node
2+
FROM node:20 as node
33
WORKDIR /app
44
COPY . .
55
# This is a workaround to avoid updating appconfig.production.json file.

0 commit comments

Comments
 (0)