From f93514a174eacd165b24a79f7faa2d8e461ddc8a Mon Sep 17 00:00:00 2001 From: Comrade Renovate Bot Date: Fri, 20 Jan 2023 08:17:30 +0000 Subject: [PATCH] chore(deps): update debian docker tag to v11 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2b106e3..2a1874c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ kind: pipeline name: build & publish image steps: - name: run shellcheck - image: debian:buster + image: debian:bullseye commands: - apt update - apt install -y shellcheck