Merge pull request 'Update node Docker tag to v24' (#19) from renovate/node-24.x into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #19
This commit is contained in:
2025-05-27 01:43:57 +00:00

View File

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