Skip to content

Commit 4050a8e

Browse files
committed
nit
1 parent 1ad2af6 commit 4050a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CMD yarn dev
1212
FROM base as builder
1313
RUN yarn build
1414

15-
FROM node:16 as prod
15+
FROM node:18 as prod
1616
ENV NODE_ENV=production
1717
WORKDIR /app
1818
RUN mkdir /app/certs

0 commit comments

Comments
 (0)