From 163b3573b4b739914d08944fc439c73ff94514a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 00:45:06 +0000 Subject: [PATCH] chore(deps): update dependency tailwindlabs/tailwindcss to v4.3.3 --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index 9f1c0c72..843c1d5c 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.3 # renovate: datasource=npm depName=esbuild ARG ESBUILD_VERSION=0.24.0 ARG TARGETARCH