diff --git a/.drone.yml b/.drone.yml index 38a7677..d9a618e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: command: ["build"] - name: deploy - image: alpine:latest + image: ubuntu:latest environment: HOST: @@ -27,4 +27,4 @@ steps: commands: - echo test - - apk update + - apt-get update