From c952709b8268ab4c2573f01542e7a16473d1eb3a Mon Sep 17 00:00:00 2001 From: kayomn Date: Wed, 29 May 2024 19:44:05 +0100 Subject: [PATCH] Update CI image dependency --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 12f4ab2..4a37890 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,6 @@ name: continuous integration steps: - name: build & test - image: euantorano/zig:master + image: chainguard/zig:latest commands: - zig build test