Update node Docker tag to v26
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-05-06 18:01:24 +00:00
parent 733a174fea
commit 56fce42a5d
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:25 AS builder
FROM node:26 AS builder
COPY . /src
WORKDIR /src