diff --git a/Dockerfile b/Dockerfile index 218d7ad77..9e70ed7cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Node.js (Build assets) -FROM node:16-alpine as node +FROM node:23-alpine as node WORKDIR /assets