From 0cec9729e71ae6929eefe6b8067e4c1c45da4faf Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Tue, 10 Dec 2024 14:57:26 +0100 Subject: [PATCH] fix --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index bd61670f0..14294558d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,7 +7,7 @@ variables: # features. In particular the ARM builder image needs to be updated manually in the repo below: # https://github.com/raskyld/lemmy-cross-toolchains - &rust_image "rust:1.81-alpine" - - &rust_nightly_image "rustlang/rust:nightly-slim" + - &rust_nightly_image "rustlang/rust:nightly-alpine" - &install_pnpm "corepack enable pnpm" - &install_binstall "wget -O- https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-unknown-linux-musl.tgz | tar -xvz -C /usr/local/cargo/bin" - install_diesel_cli: &install_diesel_cli @@ -39,7 +39,6 @@ steps: prepare_repo: image: alpine:3 commands: - - curl --version - apk add git - git submodule init - git submodule update