Update node Docker tag to v24
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-05-06 22:01:54 +00:00
parent cb627abe06
commit c0450242ea

View File

@ -1,4 +1,4 @@
FROM node:22 AS builder
FROM node:24 AS builder
COPY . /src
WORKDIR /src