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