diff --git a/Dockerfile b/Dockerfile index 780ce1d..b6f7ccc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.82.0 +RUN npm i -g serverless@2.1.0 ENTRYPOINT ["serverless"]