Skip to content

Commit bd141d0

Browse files
authored
Update NodeJs to gather fixes (apache#225)
1 parent 6d9480d commit bd141d0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
-->
1919

2020
# Changelog
21+
## Next
22+
* NodeJS version: 10.24.0
2123

2224
## 2.2.0
2325
* NodeJS version: 10.21.0

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.21.0
18+
FROM node:10.24.0
1919

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

0 commit comments

Comments
 (0)