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

This commit is contained in:
renovate 2024-12-01 05:01:57 +00:00
parent 7dff9b5700
commit 051c721cea

View File

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