Pin the Node version to Hydrogen instead of LTS

This commit is contained in:
root
2023-11-25 19:00:23 +05:30
parent 958230ce7e
commit cfb5c5d7a8
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:lts-alpine AS build
FROM node:hydrogen-alpine AS build
WORKDIR /app/