chore: Bump Node to 18 LTS (#4795)

* Bump Node to 18 LTS

* Upgrade Jest
This commit is contained in:
Tom Moor
2023-02-16 08:33:54 -05:00
committed by GitHub
parent 0207786eec
commit 2cd5d0e624
5 changed files with 63 additions and 245 deletions

View File

@@ -5,7 +5,7 @@ ARG APP_PATH
WORKDIR $APP_PATH
# ---
FROM node:16.14.2-alpine3.15 AS runner
FROM node:18-alpine AS runner
ARG APP_PATH
WORKDIR $APP_PATH