diff --git a/.drone.yml b/.drone.yml index c1cbc72..a623450 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,6 @@ platform: steps: - name: greeting - image: hello-world:latest + image: debian-buster-slim:latest commands: - echo hello world