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

This commit is contained in:
renovate 2024-04-26 18:01:07 +00:00
parent 66c1682b0b
commit ab3f639d0e

View File

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