From ce134c7dbeb42ee2ed9674c9211709f66bb65a44 Mon Sep 17 00:00:00 2001 From: Leon Date: Fri, 17 Nov 2023 09:33:12 +0100 Subject: [PATCH] Update .drone.yml i am giving up --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c802340..3bd7243 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ platform: steps: - name: test - image: "${RUST_IMAGE}" + image: rust:1.66.1-alpine commands: - rustc --version - cargo --version @@ -21,7 +21,7 @@ platform: steps: - name: test - image: "${RUST_IMAGE}" + image: rust:1.66.1-alpine commands: - rustc --version - cargo --version