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

This commit is contained in:
renovate 2024-10-17 19:02:07 +00:00
parent 4385f07aa7
commit 3d483653d7

View File

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