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

This commit is contained in:
Renovate Bot 2025-04-04 14:50:31 +00:00
parent 826a9cc93f
commit 2d62f36f3c

View file

@ -1,4 +1,4 @@
FROM node:20 AS builder FROM node:23 AS builder
WORKDIR /app WORKDIR /app
COPY . . COPY . .