Skip to content

Commit 1dd6240

Browse files
Bump node and serverless versions (#34)
* Bump node and sls versions * Omit version Co-authored-by: Davide Violante <[email protected]>
1 parent 8e5a02f commit 1dd6240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:10-slim
1+
FROM node:12-slim
22

33

44
LABEL version="1.0.0"
@@ -11,5 +11,5 @@ LABEL "com.github.actions.description"="Wraps the Serverless Framework to enable
1111
LABEL "com.github.actions.icon"="zap"
1212
LABEL "com.github.actions.color"="red"
1313

14-
RUN npm i -g serverless@1.54.0
14+
RUN npm i -g serverless
1515
ENTRYPOINT ["serverless"]

0 commit comments

Comments
 (0)