We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0c9c1 commit 624e232Copy full SHA for 624e232
Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
8
9
# Tailwind CSS version
10
# renovate: datasource=github-releases depName=tailwindlabs/tailwindcss
11
-ARG TAILWIND_VERSION=v4.1.12
+ARG TAILWIND_VERSION=v4.1.13
12
13
# Install Tailwind CSS binary (always x64 since we're on amd64 platform)
14
RUN curl -L https://github.com/tailwindlabs/tailwindcss/releases/download/${TAILWIND_VERSION}/tailwindcss-linux-x64 -o /usr/local/bin/tailwindcss && \
0 commit comments