chore(deps): update node docker tag to v26

This commit is contained in:
2026-05-22 19:23:41 +00:00
parent 39efbaff0d
commit b1e7e46485

View File

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