Skip to content

Commit

Permalink
Lock node version to the same version as our serverless template
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamJHall committed Jun 3, 2022
1 parent d5295ea commit e22b358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine3.14
FROM node:16.11-alpine3.14

COPY .serverlessrc /home/node/.serverlessrc
RUN mkdir /app /serverless /home/node/.config /home/node/.serverless
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-offline
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-buster-slim
FROM node:16.11-buster-slim

COPY .serverlessrc /home/node/.serverlessrc
RUN mkdir /app /serverless /home/node/.config /home/node/.serverless
Expand Down

0 comments on commit e22b358

Please sign in to comment.