Skip to content

Commit ef55574

Browse files
committed
Switch to Node 15 (for replaceAll)
1 parent bcd5d58 commit ef55574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14 as base
1+
FROM node:15 as base
22
RUN groupadd -r appuser && \
33
useradd --create-home --gid appuser --home-dir /app --no-log-init --system appuser
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {},
1010
"engines": {
11-
"node": "14"
11+
"node": "15"
1212
},
1313
"repository": {
1414
"url": "https://www.github.com/fileformat/regexplanet-js"

0 commit comments

Comments
 (0)