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

This commit is contained in:
2023-10-24 00:01:05 +00:00
parent 0b850b97e1
commit 9528b39d6d
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:20 AS builder
FROM node:21 AS builder
COPY . /src
WORKDIR /src