From 6f1fcaa11fdf7f20cdc83665d549f53051b2e0b0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 26 Jun 2020 13:33:32 +0000 Subject: [PATCH] chore(deps): update mvdan/shfmt docker tag to v3.1.2 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 99c87b4b..c245fa58 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: - apk add git - sh scripts/shellcheck.sh - name: shfmt - image: mvdan/shfmt:v3.1.1-alpine + image: mvdan/shfmt:v3.1.2-alpine commands: - 'shfmt -d . env.sh.tmpl' ---