1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2025-04-26 01:25:22 -04:00

Update dependency sass/dart-sass-embedded to v1.60.0

This commit is contained in:
renovate[bot] 2023-03-24 00:58:32 +00:00
parent 9b9a34e059
commit 4d1191ce2b

View File

@ -56,7 +56,7 @@ ARG HUGO_VERSION
ARG PANDOC_VERSION=2.19.2
# https://github.com/sass/dart-sass-embedded/releases
# renovate: datasource=github-releases depName=sass/dart-sass-embedded
ARG DART_SASS_VERSION=1.59.3
ARG DART_SASS_VERSION=1.60.0
LABEL version="${HUGO_VERSION}"
LABEL repository="https://github.com/jakejarvis/hugo-docker"