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