diff --git a/Dockerfile b/Dockerfile index 3a1b5da..10e4da7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:21-alpine AS build +FROM node:26-alpine AS build RUN mkdir /code WORKDIR /code