From 1c1570db05fd07d643dbbbab3223371abc73d9c0 Mon Sep 17 00:00:00 2001 From: Simon Marsh Date: Sat, 27 May 2023 11:12:21 +0100 Subject: [PATCH] fix ubuntu --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 279315b..af600a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - go build - name: extract version - image: ubuntu/lastest + image: ubuntu:latest commands: - grep 'const version string' main.go | tr -d ' "' | cut -d'=' -f2 > .version