Skip to content

Commit 674ba62

Browse files
authored
Merge pull request #4 from pccr10001/main
Bump nodejs version to 18
2 parents fabf7da + c74a75f commit 674ba62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

images/n8n-debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nikolaik/python-nodejs:python3.10-nodejs14
1+
FROM nikolaik/python-nodejs:python3.10-nodejs18
22

33
# changing user `pn` to `node`
44
RUN usermod --login node --move-home --home /home/node pn

images/n8n/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nikolaik/python-nodejs:python3.10-nodejs14-alpine
1+
FROM nikolaik/python-nodejs:python3.10-nodejs18-alpine
22

33
# changing user `pn` to `node`
44
RUN deluser pn && rm -r /home/pn # delete: user + group

0 commit comments

Comments
 (0)