From d561e8b0cfae61409fd414d8b689ceaf6e31d3d3 Mon Sep 17 00:00:00 2001 From: Comrade Renovate Bot Date: Fri, 20 Jan 2023 08:10:59 +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 eee407e..84987f4 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