From 1b2b6f22a594f60ac88f9e4fa69579a2a7ddc5b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:46:54 +0000 Subject: [PATCH] Update dependency sass/dart-sass to v1.101.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a2c289..27ce439 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="Julian Nonino " # renovate: datasource=github-releases depName=gohugoio/hugo ARG HUGO_VERSION=v0.164.0 # renovate: datasource=github-releases depName=sass/dart-sass -ARG DART_SASS_VERSION=1.101.0 +ARG DART_SASS_VERSION=1.101.3 WORKDIR /tmp