Compare commits

...

2 Commits

Author SHA1 Message Date
5225baf80a Merge pull request 'Update node Docker tag to v25' (#23) from renovate/node-25.x into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #23
2025-11-18 04:32:20 +00:00
b5ceed8279 Update node Docker tag to v25
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-10-16 19:02:21 +00:00

View File

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