Update node Docker tag to v22

This commit is contained in:
2024-04-26 18:01:07 +00:00
committed by David Ashby
parent e5f0a70f97
commit 24f9aff11d

View File

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