Update etcd cluster demo to v3.5.29, Node to 22 LTS

This commit is contained in:
yeasy
2026-05-02 16:16:59 +00:00
parent bf3107b775
commit 4cb91a75f3
2 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
FROM node:20-alpine as frontend
FROM node:22-alpine as frontend
COPY package.json /app/