diff --git a/.drone.yml b/.drone.yml index 0e94005..6050550 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ kind: pipeline name: deploy to hub.docker.com steps: - name: run shellcheck - image: debian:buster + image: debian:bullseye commands: - apt update - apt install -y shellcheck