Skip to content

Commit 42439bd

Browse files
authored
switch from Node.js 10 to Node.js 14 (#229)
1 parent 6ce0f70 commit 42439bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
FROM node:10.24.0
18+
FROM node:14.16.1
1919

2020
# only package.json
2121
ADD package.json /

installCatalog.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DB_NAME="${6}alarmservice"
5353
DB_USERNAME="$7"
5454
DB_PASSWORD="$8"
5555
LIMIT_CRON_FIELDS="${LIMIT_CRON_FIELDS}"
56-
ACTION_RUNTIME_VERSION=${ACTION_RUNTIME_VERSION:="nodejs:10"}
56+
ACTION_RUNTIME_VERSION=${ACTION_RUNTIME_VERSION:="nodejs:14"}
5757

5858
# If the auth key file exists, read the key in the file. Otherwise, take the
5959
# first argument as the key itself.

0 commit comments

Comments
 (0)