From 7828d99101b3380549450075d9c2c163c77a2bf6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 27 Jan 2023 04:01:18 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.67.0 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7de1c62..0870dfc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ type: docker name: build steps: - name: test - image: rust:1.66.1 + image: rust:1.67.0 commands: - cargo test when: @@ -16,7 +16,7 @@ type: docker name: release steps: - name: build - image: rust:1.66.1 + image: rust:1.67.0 commands: - apt update - apt install -y --no-install-recommends musl-tools pkg-config libssl-dev