We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9480d commit bd141d0Copy full SHA for bd141d0
CHANGELOG.md
@@ -18,6 +18,8 @@
18
-->
19
20
# Changelog
21
+## Next
22
+* NodeJS version: 10.24.0
23
24
## 2.2.0
25
* NodeJS version: 10.21.0
Dockerfile
@@ -15,7 +15,7 @@
15
# limitations under the License.
16
#
17
-FROM node:10.21.0
+FROM node:10.24.0
# only package.json
ADD package.json /
0 commit comments