Revert "Pin Node to v16."

This reverts commit d850165752.
This commit is contained in:
Mitchell Scott 2023-04-19 16:04:05 -06:00
parent d5cce14fc2
commit 5da4a50a96

View file

@ -1,4 +1,4 @@
FROM node:16-alpine FROM node:18-alpine
WORKDIR /app WORKDIR /app
COPY package*.json . COPY package*.json .