Skip to content

Commit

Permalink
Support Serverless Framework v4 (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Skierkowski <[email protected]>
  • Loading branch information
Mmarzex and skierkowski authored Dec 30, 2024
1 parent 189dd68 commit f5f0c17
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 nikolaik/python-nodejs:python3.10-nodejs18-slim
FROM nikolaik/python-nodejs:python3.12-nodejs20-slim

LABEL version="1.0.0"
LABEL repository="https://github.com/serverless/github-action"
Expand All @@ -10,5 +10,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@3.x
RUN npm i -g serverless@4.x
ENTRYPOINT ["serverless"]

0 comments on commit f5f0c17

Please sign in to comment.