Skip to content

Commit 5077b9d

Browse files
committed
chore: 🔨 Specify exact versions for Tailwind CSS installation in Dockerfile
1 parent 79753a4 commit 5077b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM node:22.19.0-alpine AS builder
44
WORKDIR /app
55

66
# Install Tailwind CSS v4 following official documentation
7-
RUN npm install tailwindcss @tailwindcss/cli
7+
RUN npm install tailwindcss@4.1.12 @tailwindcss/cli@4.1.12
88

99
# Build Tailwind CSS
1010
COPY src/index.html src/input.css ./

0 commit comments

Comments
 (0)