Update node Docker tag to v21 (main) #35

Merged
3wordchant merged 1 commits from renovate/main-node-21.x into main 2024-04-06 18:11:27 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:20-alpine AS build
FROM node:21-alpine AS build
RUN mkdir /code
WORKDIR /code