diff --git a/Dockerfile b/Dockerfile index d216fc79ab..a88e0196f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build frontend assets. -FROM node:22.9.0-alpine as frontend-build +FROM node:23.1.0-alpine as frontend-build ENV NODE_ENV production COPY .babelrc rollup.config.js tailwind.config.js gulpfile.js package.json .yarnrc.yml yarn.lock /tmp/frontend-build/