Update debian Docker tag to v11 (main) #4

Merged
decentral1se merged 1 commits from renovate/main-debian-11.x into main 2023-02-26 15:29:18 +00:00

View File

@ -3,7 +3,7 @@ kind: pipeline
name: publish image name: publish image
steps: steps:
- name: run shellcheck - name: run shellcheck
image: debian:buster image: debian:bullseye
commands: commands:
- apt update - apt update
- apt install -y shellcheck - apt install -y shellcheck