Skip to content

Commit 624e232

Browse files
chore(deps): update dependency tailwindlabs/tailwindcss to v4.1.13 (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca0c9c1 commit 624e232

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
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
88

99
# Tailwind CSS version
1010
# renovate: datasource=github-releases depName=tailwindlabs/tailwindcss
11-
ARG TAILWIND_VERSION=v4.1.12
11+
ARG TAILWIND_VERSION=v4.1.13
1212

1313
# Install Tailwind CSS binary (always x64 since we're on amd64 platform)
1414
RUN curl -L https://github.com/tailwindlabs/tailwindcss/releases/download/${TAILWIND_VERSION}/tailwindcss-linux-x64 -o /usr/local/bin/tailwindcss && \

0 commit comments

Comments
 (0)