From aec4be3095955c96e290f2d5912998cbe0dbce22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:00:49 +0000 Subject: [PATCH] chore(deps): update dependency tailwindlabs/tailwindcss to v4.3.2 --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index 47ff7c5c..dde75c1d 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -26,7 +26,7 @@ RUN git clone --depth 1 --branch "${OCTADGROUND_REF}" \ # both from pinned single binaries — no npm client involved FROM debian:bookworm-slim AS assets-web # renovate: datasource=github-releases depName=tailwindlabs/tailwindcss -ARG TAILWIND_VERSION=v4.3.1 +ARG TAILWIND_VERSION=v4.3.2 # renovate: datasource=npm depName=esbuild ARG ESBUILD_VERSION=0.24.0 ARG TARGETARCH