diff --git a/.woodpecker.yml b/.woodpecker.yml index ec3436def..706498a86 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -23,7 +23,7 @@ pipeline: - git submodule update prettier_check: - image: tmknom/prettier + image: tmknom/prettier:2.8.8 commands: - prettier -c . '!**/volumes' '!**/dist' '!target' '!**/translations' diff --git a/Cargo.lock b/Cargo.lock index 7988f2447..93b038821 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4268,7 +4268,7 @@ dependencies = [ "byteorder", "hex", "lazy_static", - "rustix", + "rustix 0.36.5", ] [[package]]