Skip to content

Commit a0cec0c

Browse files
Bump serverless version to v2.x, node to v14
1 parent 3ffc018 commit a0cec0c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM node:12-slim
2-
1+
FROM node:14-slim
32

43
LABEL version="1.0.0"
54
LABEL repository="https://github.com/serverless/github-action"
@@ -11,5 +10,5 @@ LABEL "com.github.actions.description"="Wraps the Serverless Framework to enable
1110
LABEL "com.github.actions.icon"="zap"
1211
LABEL "com.github.actions.color"="red"
1312

14-
RUN npm i -g serverless@2.1.0
13+
RUN npm i -g serverless@2.x
1514
ENTRYPOINT ["serverless"]

0 commit comments

Comments
 (0)