Switch to tailwindcss version 3.1.8

Fixes broken Docker build due to "Unexpected token '.'"
See https://github.com/tailwindlabs/tailwindcss/discussions/8807
This commit is contained in:
Ethan Girouard 2024-01-23 23:16:46 -05:00
parent 1288f884fb
commit d01172a40f
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -9,7 +9,7 @@ RUN set -eux; \
npm; \ npm; \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN npm install tailwindcss -g RUN npm install tailwindcss@3.1.8 -g
# Copy project dependency manifests # Copy project dependency manifests
COPY Cargo.toml Cargo.lock /app/ COPY Cargo.toml Cargo.lock /app/