Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Revert to node:16

Signed-off-by: Sean P. Goggins <[email protected]>
  • Loading branch information
sgoggins authored Jan 24, 2024
1 parent 848b363 commit c246ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:19
FROM node:16
WORKDIR /app
COPY package*.json ./
RUN npm install
Expand Down

0 comments on commit c246ebc

Please sign in to comment.