Skip to content

Commit

Permalink
set docker node version to node:18-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Jun 26, 2023
1 parent 2f936f5 commit f4a9455
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:14-alpine
FROM node:18-alpine

ENV NODE_OPTIONS=--max-old-space-size=8192

Expand Down

0 comments on commit f4a9455

Please sign in to comment.