We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5a02f commit 1dd6240Copy full SHA for 1dd6240
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:10-slim
+FROM node:12-slim
2
3
4
LABEL version="1.0.0"
@@ -11,5 +11,5 @@ LABEL "com.github.actions.description"="Wraps the Serverless Framework to enable
11
LABEL "com.github.actions.icon"="zap"
12
LABEL "com.github.actions.color"="red"
13
14
-RUN npm i -g serverless@1.54.0
+RUN npm i -g serverless
15
ENTRYPOINT ["serverless"]
0 commit comments