diff --git a/Dockerfile b/Dockerfile index c9165b2..b0b3c96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage - for CSS generation using Node.js and Tailwind CLI -FROM --platform=linux/amd64 node:22.22.0-alpine AS builder +FROM --platform=linux/amd64 node:22.22.2-alpine AS builder WORKDIR /app