diff --git a/.woodpecker.yml b/.woodpecker.yml index f37461e..0b015f8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,4 +1,4 @@ -steps: +pipeline: build-and-publish: image: plugins/docker settings: diff --git a/Dockerfile b/Dockerfile index 8b9e01b..88e4a12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.76-bookworm as build +FROM rust:1.68-bookworm as build WORKDIR /build COPY . . ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse