Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit d911e5e

Browse files
authored
Update Node to v12 (#88)
One of the libraries uses TextDecoder as global and that was added in v11. Ref: https://nodejs.org/api/util.html#util_new_textdecoder_encoding_options
1 parent 3a707f9 commit d911e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ipfs-cpinner-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:10
1+
FROM node:12
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)