diff --git a/Dockerfile b/Dockerfile index 5a9b01a..2c7c758 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2 curl -sL https://deb.nodesource.com/setup_12.x -o nodesource_setup.sh && \ bash nodesource_setup.sh && \ apt install nodejs && \ - npm i -g serverless \ No newline at end of file + npm i -g serverless@^2.41.1 \ No newline at end of file