From 33e8177c1c635beb4e723723631e7363f27f2918 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 04:31:43 +0000 Subject: [PATCH] Update dependency sass/dart-sass to v1.79.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bbe7930..19fa50e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="Julian Nonino " # renovate: datasource=github-releases depName=gohugoio/hugo ARG HUGO_VERSION=v0.135.0 # renovate: datasource=github-releases depName=sass/dart-sass -ARG DART_SASS_VERSION=1.79.3 +ARG DART_SASS_VERSION=1.79.4 WORKDIR /tmp