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

This commit is contained in:
renovate 2023-10-24 00:01:05 +00:00
parent 0b850b97e1
commit 9528b39d6d

View File

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