feat: updated base node version of hoppscotch-old-backend to v20.12.2

This commit is contained in:
Balu Babu
2024-05-06 20:01:55 +05:30
committed by Andrew Bastin
parent 7dbdabb5b8
commit 5226c74d0c

View File

@@ -1,4 +1,4 @@
FROM node:18.8.0 AS builder
FROM node:20.12.2 AS builder
WORKDIR /usr/src/app