downgrade node js for web3proxy to match bitwarden napi package

This commit is contained in:
2025-10-31 17:28:15 +07:00
parent e76bdb4165
commit 04c48e67b8

View File

@@ -1,5 +1,5 @@
# --- Stage 1: Build & Install Dependencies ---
FROM node:22.14.0-alpine AS builder
FROM node:18-alpine AS builder
WORKDIR /app