chore(deps): update debian docker tag to v11
This commit is contained in:
		@ -3,7 +3,7 @@ kind: pipeline
 | 
				
			|||||||
name: build & publish image
 | 
					name: build & 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
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user