From 32c8170150a10286e14f22a59bb872b6de5f0588 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 08:40:28 +0000 Subject: [PATCH] Update dependency sass/dart-sass to v1.97.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d32ced6..cc96f8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="Julian Nonino " # renovate: datasource=github-releases depName=gohugoio/hugo ARG HUGO_VERSION=v0.152.2 # renovate: datasource=github-releases depName=sass/dart-sass -ARG DART_SASS_VERSION=1.96.0 +ARG DART_SASS_VERSION=1.97.0 WORKDIR /tmp