From f850d50b4707649ddbd7c0423f5b9e3daa7f8064 Mon Sep 17 00:00:00 2001 From: Vijfhoek Date: Sat, 19 Jun 2021 12:46:12 +0200 Subject: [PATCH] Update CI image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 550db8c..65f721a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,6 @@ name: frontend steps: - name: build - image: rust:slim + image: rust:1.53.0-slim commands: - cargo build