Skip to content

Commit 1dcae73

Browse files
authored
Merge pull request #651 from davidce/patch-1
Update Dockerfile
2 parents 000764d + d894660 commit 1dcae73

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)