From d01172a40f9325da32cffc6c7a1c30d139489d6e Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Tue, 23 Jan 2024 23:16:46 -0500 Subject: [PATCH] Switch to tailwindcss version 3.1.8 Fixes broken Docker build due to "Unexpected token '.'" See https://github.com/tailwindlabs/tailwindcss/discussions/8807 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8d90edb..c5973ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN set -eux; \ npm; \ rm -rf /var/lib/apt/lists/* -RUN npm install tailwindcss -g +RUN npm install tailwindcss@3.1.8 -g # Copy project dependency manifests COPY Cargo.toml Cargo.lock /app/