update node verisn

This commit is contained in:
Karim Pirzargar
2026-04-25 14:15:28 +03:30
parent 975e315de4
commit f6883023b0
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ name: (admin Panel) build form and push to artifactory
steps:
- name: build node app
image: docker-mirror.ravanertebat.ir/hub/node:14
image: docker-mirror.ravanertebat.ir/hub/node:22.14
environment:
NPM_CONFIG_REGISTRY: https://mirror.ravanertebat.ir/repository/npm-proxy/
#NPM_CONFIG_STRICT_SSL: false
+1 -1
View File
@@ -1,6 +1,6 @@
FROM node:22.19.0-alpine AS runner
FROM docker-mirror.ravanertebat.ir/hub/node:22.14
WORKDIR /app