Skip to content

Commit

Permalink
Update serverless to 3.3.0 (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Miller <aaron.c.miller@saic.com>
  • Loading branch information
ac-miller and Aaron Miller authored Feb 24, 2022
1 parent 487e0f9 commit 99e8506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ RUN asdf plugin-add sonarscanner https://github.com/virtualstaticvoid/asdf-sonar
&& rm -rf /var/tmp/* /tmp/* /var/tmp/.???* /tmp/.???*

# Install serverless. Get versions from https://github.com/serverless/serverless/releases
ARG SERVERLESS_VERSION="2.54.0"
ARG SERVERLESS_VERSION="3.3.0"
ENV SERVERLESS_VERSION=${SERVERLESS_VERSION}
RUN npm install -g serverless@${SERVERLESS_VERSION} \
&& rm -rf /var/tmp/* /tmp/* /var/tmp/.???* /tmp/.???*
Expand Down

0 comments on commit 99e8506

Please sign in to comment.