feat: updated node version to node20-apline3.19 in prod.dockerfile

This commit is contained in:
Balu Babu
2024-05-06 19:49:50 +05:30
committed by Andrew Bastin
parent be353d9f72
commit 7dbdabb5b8

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine3.19 as base_builder
FROM node:20-alpine3.19 as base_builder
WORKDIR /usr/src/app