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