Skip to content

Commit

Permalink
Bump node and serverless versions (#34)
Browse files Browse the repository at this point in the history
* Bump node and sls versions

* Omit version

Co-authored-by: Davide Violante <DavideViolante@users.noreply.github.com>
  • Loading branch information
drieshooghe and DavideViolante authored Sep 4, 2020
1 parent 8e5a02f commit 1dd6240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10-slim
FROM node:12-slim


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

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

0 comments on commit 1dd6240

Please sign in to comment.