We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807fe8f commit 55a9b12Copy full SHA for 55a9b12
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:12-buster
+FROM node:16.18.0
2
3
RUN apt-get update \
4
&& apt-get --no-install-recommends -y install ruby-full \
package.json
@@ -10,7 +10,7 @@
10
"grunt-inline": "^0.3.7"
11
},
12
"devDependencies": {
13
- "grunt-contrib-watch": "^0.6.1"
+ "grunt-contrib-watch": "^1.1.0"
14
15
"scripts": {
16
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments