We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4825ac commit 6c93fa6Copy full SHA for 6c93fa6
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage - for CSS generation using Node.js and Tailwind CLI
2
-FROM --platform=linux/amd64 node:22.20.0-alpine AS builder
+FROM --platform=linux/amd64 node:22.21.0-alpine AS builder
3
4
WORKDIR /app
5
0 commit comments