From 17000bedb435c1579c9358e6b37f1836b8686c0c Mon Sep 17 00:00:00 2001 From: kayomn Date: Sat, 19 Aug 2023 19:59:21 +0100 Subject: [PATCH] Switch back to Ubuntu for CI --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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