Merge pull request 'Update node Docker tag to v21' (#8) from renovate/node-21.x into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #8
This commit is contained in:
2024-01-22 02:30:01 +00:00

View File

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