Update to use Node 18 LTS
All checks were successful
NodBot Production Dockerization / build (pull_request) Successful in 1m0s

This commit is contained in:
Skylar Grant 2023-08-08 14:44:59 -04:00
parent 6e062ffef2
commit b28e193b55

View File

@ -1,4 +1,4 @@
FROM node:16
FROM node:18
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app