We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffc018 commit a0cec0cCopy full SHA for a0cec0c
Dockerfile
@@ -1,5 +1,4 @@
1
-FROM node:12-slim
2
-
+FROM node:14-slim
3
4
LABEL version="1.0.0"
5
LABEL repository="https://github.com/serverless/github-action"
@@ -11,5 +10,5 @@ LABEL "com.github.actions.description"="Wraps the Serverless Framework to enable
11
10
LABEL "com.github.actions.icon"="zap"
12
LABEL "com.github.actions.color"="red"
13
14
-RUN npm i -g serverless@2.1.0
+RUN npm i -g serverless@2.x
15
ENTRYPOINT ["serverless"]
0 commit comments