Upgrade dart sass to fix docker image on ARM

This commit is contained in:
Alex
2022-07-29 19:14:15 +02:00
parent c6618bb7ad
commit 5ba72d4d3b
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ config :claper, Claper.Mailer, adapter: Swoosh.Adapters.Local
config :swoosh, :api_client, false
config :dart_sass,
version: "1.49.7",
version: "1.54.0",
default: [
args: ~w(css/custom.scss ../priv/static/assets/custom.css),
cd: Path.expand("../assets", __DIR__)