We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b4a6e commit aed3cb1Copy full SHA for aed3cb1
Dockerfile
@@ -10,5 +10,5 @@ LABEL "com.github.actions.description"="Wraps the Serverless Framework to enable
10
LABEL "com.github.actions.icon"="zap"
11
LABEL "com.github.actions.color"="red"
12
13
-RUN npm i -g serverless@2.x
+RUN npm i -g serverless@3.x
14
ENTRYPOINT ["serverless"]
0 commit comments