From b63841c1ffc8492cfbd7b0264df8ae6675c4680b Mon Sep 17 00:00:00 2001 From: Comrade Renovate Bot Date: Fri, 20 Jan 2023 08:13:17 +0000 Subject: [PATCH] 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 002dc50..3192b70 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ kind: pipeline name: publish image steps: - name: run shellcheck - image: debian:buster + image: debian:bullseye commands: - apt update - apt install -y shellcheck -- 2.40.1